Html Css Color HEX #A77202 Golden Brown

📋 copy color: '#A77202'

red 167 ◦ green 114 ◦ blue 2

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

Shades of Golden Brown #A77202

Tints of Golden Brown #A77202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 59.01%
G = 40.28%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A77202 (or 0xA77202) is known color: Golden Brown. HEX triplet: A7, 72 and 02. RGB value is (167,114,2). Sum of RGB (Red+Green+Blue) = 167+114+2=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A77202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77202 is #588DFD. Grayscale: #757575. Windows color (decimal): -5803518 or 160423. OLE color: 160423.

HSL color Cylindrical-coordinate representation of color #A77202: hue angle of 40.73º 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 #A77202 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 114 2 -
CMYK 0 0.32 0.99 0.35
HSL 40.73º 0.98% 0.33% -
HSV(B) 40.73º 0.99% 0.65% -
XYZ 21.96 20.25 2.81 -
YUV 117.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 167 114 2 0 0.32 0.99 0.35 40.73 0.98 0.33
Hex A7 72 2 0 20 63 23 29 62 21
Octal 247 162 2 0 40 143 43 51 142 41
Binary 10100111 1110010 10 0 100000 1100011 100011 101001 1100010 100001

Color Harmonies of #A77202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77202

Black with #A77202

Text Example


Text Example

White with #A77202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77202; }

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

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

background-color css

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

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

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

border-color css

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

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

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