Html Css Color HEX #AA8D06 Dark Goldenrod

📋 copy color: '#AA8D06'

red 170 ◦ green 141 ◦ blue 6

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

Shades of Dark Goldenrod #AA8D06

Tints of Dark Goldenrod #AA8D06

RGB

 RED value IS 170 (66.8% from 255) = 53.63%

 GREEN value IS 141 (55.47% from 255) = 44.48%

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

R = 53.63%
G = 44.48%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8D06 (or 0xAA8D06) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 06. RGB value is (170,141,6). Sum of RGB (Red+Green+Blue) = 170+141+6=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D06 is #5572F9. Grayscale: #868686. Windows color (decimal): -5599994 or 429482. OLE color: 429482.

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

Color convert

RGB 170 141 6 -
CMYK 0 0.17 0.96 0.33
HSL 49.39º 0.93% 0.35% -
HSV(B) 49.39º 0.96% 0.67% -
XYZ 26.14 27.61 4.12 -
YUV 134.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 170 141 6 0 0.17 0.96 0.33 49.39 0.93 0.35
Hex AA 8D 6 0 11 60 21 31 5D 23
Octal 252 215 6 0 21 140 41 61 135 43
Binary 10101010 10001101 110 0 10001 1100000 100001 110001 1011101 100011

Color Harmonies of #AA8D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D06

Black with #AA8D06

Text Example


Text Example

White with #AA8D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D06; }

 p { color: rgb(170,141,6); }

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

background-color css

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

 a { background-color: rgb(170,141,6); }

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

border-color css

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

 span { border-color: rgb(170,141,6); }

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