Color Hex Logo

#a76023 Color Hex

#A76023
(167,96,35)
0 Favorites   0 Comments

Color spaces of #a76023

RGB 1679635
HSL0.080.650.40
HSV28°79°65°
CMYK 0.000.430.79   0.35
XYZ20.422616.70263.7376
Yxy16.70260.49980.4087
Hunter Lab40.868817.678023.1859
CIE-Lab47.883124.117045.1441

#a76023 color RGB value is (167,96,35).

#a76023 hex color red value is 167, green value is 96 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a76023 hue: 0.08 , saturation: 0.65 and the lightness value of a76023 is 0.40.

The process color (four color CMYK) of #a76023 color hex is 0.00, 0.43, 0.79, 0.35. Web safe color of #a76023 is #996633. Color #a76023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 00100011
Octal 247 140 43
Decimal 167 96 35
Hex A7 60 23

RGB Percentages of Color #a76023

%56.04
%32.21
%11.74

CMYK Percentages of Color #a76023

%0
%43
%79
%35

Triadic Colors of #a76023

#a76023 #23a760 #6023a7

Analogous Colors of #a76023

#a76023 #a7a223 #a72328

Monochromatic Colors of #a76023

#a76023

Complementary Color

#a76023 #236aa7

#a76023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76023 Color CSS Codes

.mybgcolor {background-color:#a76023; } 
.myforecolor {color:#a76023; }
.mybordercolor {border:3px solid #a76023; }

#a76023 Text Font Color

<p style="color:#a76023">Text here</p>

This sample text font color is #a76023
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a76023 Background Color

<div style="background-color:#a76023">
Div content here</div>

This div background color is #a76023


#a76023 Border Color

<div style="border:3px solid #a76023">
Div here</div>

This div border color is #a76023


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,96,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a76023; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a76023;
  -webkit-box-shadow: 1px 1px 3px 2px #a76023;
  box-shadow:         1px 1px 3px 2px #a76023; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,96,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a76023">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a76023;
  -webkit-box-shadow: 1px 1px 3px 2px #a76023;
  box-shadow:         1px 1px 3px 2px #a76023;">
Div content here</div>

This div box has shadow with color #a76023


Comments

No comments written yet.

Please login to write comment.