Html Css Color HEX #A47906 Dark Goldenrod

📋 copy color: '#A47906'

red 164 ◦ green 121 ◦ blue 6

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

Shades of Dark Goldenrod #A47906

Tints of Dark Goldenrod #A47906

RGB

 RED value IS 164 (64.45% from 255) = 56.36%

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 56.36%
G = 41.58%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A47906 (or 0xA47906) is known color: Dark Goldenrod. HEX triplet: A4, 79 and 06. RGB value is (164,121,6). Sum of RGB (Red+Green+Blue) = 164+121+6=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A47906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47906 is #5B86F9. Grayscale: #797979. Windows color (decimal): -5998330 or 424356. OLE color: 424356.

HSL color Cylindrical-coordinate representation of color #A47906: hue angle of 43.67º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A47906 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 6 -
CMYK 0 0.26 0.96 0.36
HSL 43.67º 0.93% 0.33% -
HSV(B) 43.67º 0.96% 0.64% -
XYZ 22.18 21.58 3.17 -
YUV 120.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 164 121 6 0 0.26 0.96 0.36 43.67 0.93 0.33
Hex A4 79 6 0 1A 60 24 2C 5D 21
Octal 244 171 6 0 32 140 44 54 135 41
Binary 10100100 1111001 110 0 11010 1100000 100100 101100 1011101 100001

Color Harmonies of #A47906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47906

Black with #A47906

Text Example


Text Example

White with #A47906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47906; }

 p { color: rgb(164,121,6); }

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

background-color css

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

 a { background-color: rgb(164,121,6); }

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

border-color css

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

 span { border-color: rgb(164,121,6); }

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