Html Css Color HEX #A77002 Golden Brown

📋 copy color: '#A77002'

red 167 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #A77002

Tints of Golden Brown #A77002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 59.43%
G = 39.86%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A77002 (or 0xA77002) is known color: Golden Brown. HEX triplet: A7, 70 and 02. RGB value is (167,112,2). Sum of RGB (Red+Green+Blue) = 167+112+2=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A77002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77002 is #588FFD. Grayscale: #747474. Windows color (decimal): -5804030 or 159911. OLE color: 159911.

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

Color convert

RGB 167 112 2 -
CMYK 0 0.33 0.99 0.35
HSL 40º 0.98% 0.33% -
HSV(B) 40º 0.99% 0.65% -
XYZ 21.74 19.81 2.73 -
YUV 115.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 167 112 2 0 0.33 0.99 0.35 40 0.98 0.33
Hex A7 70 2 0 21 63 23 28 62 21
Octal 247 160 2 0 41 143 43 50 142 41
Binary 10100111 1110000 10 0 100001 1100011 100011 101000 1100010 100001

Color Harmonies of #A77002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77002

Black with #A77002

Text Example


Text Example

White with #A77002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77002; }

 p { color: rgb(167,112,2); }

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

background-color css

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

 a { background-color: rgb(167,112,2); }

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

border-color css

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

 span { border-color: rgb(167,112,2); }

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