Html Css Color HEX #A67705 Dark Goldenrod

📋 copy color: '#A67705'

red 166 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #A67705

Tints of Dark Goldenrod #A67705

RGB

 RED value IS 166 (65.23% from 255) = 57.24%

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

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

R = 57.24%
G = 41.03%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A67705 (or 0xA67705) is known color: Dark Goldenrod. HEX triplet: A6, 77 and 05. RGB value is (166,119,5). Sum of RGB (Red+Green+Blue) = 166+119+5=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A67705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67705 is #5988FA. Grayscale: #787878. Windows color (decimal): -5867771 or 358310. OLE color: 358310.

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

Color convert

RGB 166 119 5 -
CMYK 0 0.28 0.97 0.35
HSL 42.48º 0.94% 0.34% -
HSV(B) 42.48º 0.97% 0.65% -
XYZ 22.35 21.31 3.08 -
YUV 120.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 166 119 5 0 0.28 0.97 0.35 42.48 0.94 0.34
Hex A6 77 5 0 1C 61 23 2A 5E 22
Octal 246 167 5 0 34 141 43 52 136 42
Binary 10100110 1110111 101 0 11100 1100001 100011 101010 1011110 100010

Color Harmonies of #A67705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67705

Black with #A67705

Text Example


Text Example

White with #A67705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67705; }

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

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

background-color css

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

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

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

border-color css

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

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

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