Html Css Color HEX #AA900A Dark Goldenrod

📋 copy color: '#AA900A'

red 170 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #AA900A

Tints of Dark Goldenrod #AA900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

 BLUE value IS 10 (4.3% from 255) = 3.09%

R = 52.47%
G = 44.44%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA900A (or 0xAA900A) is known color: Dark Goldenrod. HEX triplet: AA, 90 and 0A. RGB value is (170,144,10). Sum of RGB (Red+Green+Blue) = 170+144+10=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA900A is #556FF5. Grayscale: #898989. Windows color (decimal): -5599222 or 692394. OLE color: 692394.

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

Color convert

RGB 170 144 10 -
CMYK 0 0.15 0.94 0.33
HSL 50.25º 0.89% 0.35% -
HSV(B) 50.25º 0.94% 0.67% -
XYZ 26.61 28.51 4.39 -
YUV 136.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 170 144 10 0 0.15 0.94 0.33 50.25 0.89 0.35
Hex AA 90 A 0 F 5E 21 32 59 23
Octal 252 220 12 0 17 136 41 62 131 43
Binary 10101010 10010000 1010 0 1111 1011110 100001 110010 1011001 100011

Color Harmonies of #AA900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA900A

Black with #AA900A

Text Example


Text Example

White with #AA900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA900A; }

 p { color: rgb(170,144,10); }

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

background-color css

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

 a { background-color: rgb(170,144,10); }

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

border-color css

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

 span { border-color: rgb(170,144,10); }

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