Html Css Color HEX #AA8F06 Dark Goldenrod

📋 copy color: '#AA8F06'

red 170 ◦ green 143 ◦ blue 6

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

Shades of Dark Goldenrod #AA8F06

Tints of Dark Goldenrod #AA8F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

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

R = 53.29%
G = 44.83%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8F06 (or 0xAA8F06) is known color: Dark Goldenrod. HEX triplet: AA, 8F and 06. RGB value is (170,143,6). Sum of RGB (Red+Green+Blue) = 170+143+6=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F06 is #5570F9. Grayscale: #888888. Windows color (decimal): -5599482 or 429994. OLE color: 429994.

HSL color Cylindrical-coordinate representation of color #AA8F06: hue angle of 50.12º 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 #AA8F06 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 6 -
CMYK 0 0.16 0.96 0.33
HSL 50.12º 0.93% 0.35% -
HSV(B) 50.12º 0.96% 0.67% -
XYZ 26.43 28.2 4.22 -
YUV 135.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 170 143 6 0 0.16 0.96 0.33 50.12 0.93 0.35
Hex AA 8F 6 0 10 60 21 32 5D 23
Octal 252 217 6 0 20 140 41 62 135 43
Binary 10101010 10001111 110 0 10000 1100000 100001 110010 1011101 100011

Color Harmonies of #AA8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F06

Black with #AA8F06

Text Example


Text Example

White with #AA8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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