Html Css Color HEX #A77705 Dark Goldenrod

📋 copy color: '#A77705'

red 167 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #A77705

Tints of Dark Goldenrod #A77705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 57.39%
G = 40.89%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A77705 (or 0xA77705) is known color: Dark Goldenrod. HEX triplet: A7, 77 and 05. RGB value is (167,119,5). Sum of RGB (Red+Green+Blue) = 167+119+5=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A77705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77705 is #5888FA. Grayscale: #787878. Windows color (decimal): -5802235 or 358311. OLE color: 358311.

HSL color Cylindrical-coordinate representation of color #A77705: hue angle of 42.22º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A77705 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 119 5 -
CMYK 0 0.29 0.97 0.35
HSL 42.22º 0.94% 0.34% -
HSV(B) 42.22º 0.97% 0.65% -
XYZ 22.56 21.42 3.09 -
YUV 120.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 167 119 5 0 0.29 0.97 0.35 42.22 0.94 0.34
Hex A7 77 5 0 1D 61 23 2A 5E 22
Octal 247 167 5 0 35 141 43 52 136 42
Binary 10100111 1110111 101 0 11101 1100001 100011 101010 1011110 100010

Color Harmonies of #A77705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77705

Black with #A77705

Text Example


Text Example

White with #A77705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77705; }

 p { color: rgb(167,119,5); }

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

background-color css

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

 a { background-color: rgb(167,119,5); }

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

border-color css

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

 span { border-color: rgb(167,119,5); }

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