Html Css Color HEX #AA8D00 Dark Goldenrod

📋 copy color: '#AA8D00'

red 170 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #AA8D00

Tints of Dark Goldenrod #AA8D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.66%
G = 45.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA8D00 (or 0xAA8D00) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 00. RGB value is (170,141,0). Sum of RGB (Red+Green+Blue) = 170+141+0=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D00 is #5572FF. Grayscale: #868686. Windows color (decimal): -5600000 or 36266. OLE color: 36266.

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

Color convert

RGB 170 141 0 -
CMYK 0 0.17 1 0.33
HSL 49.76º 1% 0.33% -
HSV(B) 49.76º 1% 0.67% -
XYZ 26.1 27.6 3.95 -
YUV 133.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 170 141 0 0 0.17 1 0.33 49.76 1 0.33
Hex AA 8D 0 0 11 64 21 32 64 21
Octal 252 215 0 0 21 144 41 62 144 41
Binary 10101010 10001101 0 0 10001 1100100 100001 110010 1100100 100001

Color Harmonies of #AA8D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D00

Black with #AA8D00

Text Example


Text Example

White with #AA8D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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