Html Css Color HEX #A76603 Golden Brown

📋 copy color: '#A76603'

red 167 ◦ green 102 ◦ blue 3

#A76603
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A76603

Tints of Golden Brown #A76603

RGB

 RED value IS 167 (65.63% from 255) = 61.4%

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 61.4%
G = 37.5%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A76603 (or 0xA76603) is known color: Golden Brown. HEX triplet: A7, 66 and 03. RGB value is (167,102,3). Sum of RGB (Red+Green+Blue) = 167+102+3=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A76603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76603 is #5899FC. Grayscale: #6E6E6E. Windows color (decimal): -5806589 or 222887. OLE color: 222887.

HSL color Cylindrical-coordinate representation of color #A76603: hue angle of 36.22º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A76603 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 3 -
CMYK 0 0.39 0.98 0.35
HSL 36.22º 0.96% 0.33% -
HSV(B) 36.22º 0.98% 0.65% -
XYZ 20.7 17.72 2.42 -
YUV 110.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 167 102 3 0 0.39 0.98 0.35 36.22 0.96 0.33
Hex A7 66 3 0 27 62 23 24 60 21
Octal 247 146 3 0 47 142 43 44 140 41
Binary 10100111 1100110 11 0 100111 1100010 100011 100100 1100000 100001

Color Harmonies of #A76603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76603

Black with #A76603

Text Example


Text Example

White with #A76603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76603; }

 p { color: rgb(167,102,3); }

 H1.HeaderClassName
 {
   color: #A76603;
 }
 .AnyTagClassName
 {
   color: #A76603;
 }
</style>

background-color css

<style>
 a { background-color: #A76603; }

 a { background-color: rgb(167,102,3); }

 div.DivClassName
 {
   background-color: #A76603;
 }
 .BgClassName
 {
   background-color: #A76603;
 }
</style>

border-color css

<style>
 span { border-color: #A76603; }

 span { border-color: rgb(167,102,3); }

 td.TdClassName
 {
   border-color: #A76603;
 }
 .TagClassName
 {
   border-color: #A76603;
 }
</style>