Html Css Color HEX #A77200 Dark Goldenrod

📋 copy color: '#A77200'

red 167 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #A77200

Tints of Dark Goldenrod #A77200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.43%
G = 40.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77200 (or 0xA77200) is known color: Dark Goldenrod. HEX triplet: A7, 72 and 00. RGB value is (167,114,0). Sum of RGB (Red+Green+Blue) = 167+114+0=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A77200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77200 is #588DFF. Grayscale: #757575. Windows color (decimal): -5803520 or 29351. OLE color: 29351.

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

Color convert

RGB 167 114 0 -
CMYK 0 0.32 1 0.35
HSL 40.96º 1% 0.33% -
HSV(B) 40.96º 1% 0.65% -
XYZ 21.95 20.25 2.75 -
YUV 116.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 167 114 0 0 0.32 1 0.35 40.96 1 0.33
Hex A7 72 0 0 20 64 23 29 64 21
Octal 247 162 0 0 40 144 43 51 144 41
Binary 10100111 1110010 0 0 100000 1100100 100011 101001 1100100 100001

Color Harmonies of #A77200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77200

Black with #A77200

Text Example


Text Example

White with #A77200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77200; }

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

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

background-color css

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

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

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

border-color css

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

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

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