Html Css Color HEX #AA8506 Dark Goldenrod

📋 copy color: '#AA8506'

red 170 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #AA8506

Tints of Dark Goldenrod #AA8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 55.02%
G = 43.04%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8506 (or 0xAA8506) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 06. RGB value is (170,133,6). Sum of RGB (Red+Green+Blue) = 170+133+6=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8506 is #557AF9. Grayscale: #828282. Windows color (decimal): -5602042 or 427434. OLE color: 427434.

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

Color convert

RGB 170 133 6 -
CMYK 0 0.22 0.96 0.33
HSL 46.46º 0.93% 0.35% -
HSV(B) 46.46º 0.96% 0.67% -
XYZ 25 25.33 3.74 -
YUV 129.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 170 133 6 0 0.22 0.96 0.33 46.46 0.93 0.35
Hex AA 85 6 0 16 60 21 2E 5D 23
Octal 252 205 6 0 26 140 41 56 135 43
Binary 10101010 10000101 110 0 10110 1100000 100001 101110 1011101 100011

Color Harmonies of #AA8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8506

Black with #AA8506

Text Example


Text Example

White with #AA8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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