Html Css Color HEX #AA8002 Dark Goldenrod

📋 copy color: '#AA8002'

red 170 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #AA8002

Tints of Dark Goldenrod #AA8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 56.67%
G = 42.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA8002 (or 0xAA8002) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 02. RGB value is (170,128,2). Sum of RGB (Red+Green+Blue) = 170+128+2=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8002 is #557FFD. Grayscale: #7E7E7E. Windows color (decimal): -5603326 or 164010. OLE color: 164010.

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

Color convert

RGB 170 128 2 -
CMYK 0 0.25 0.99 0.33
HSL 45º 0.98% 0.34% -
HSV(B) 45º 0.99% 0.67% -
XYZ 24.31 23.99 3.41 -
YUV 126.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 170 128 2 0 0.25 0.99 0.33 45 0.98 0.34
Hex AA 80 2 0 19 63 21 2D 62 22
Octal 252 200 2 0 31 143 41 55 142 42
Binary 10101010 10000000 10 0 11001 1100011 100001 101101 1100010 100010

Color Harmonies of #AA8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8002

Black with #AA8002

Text Example


Text Example

White with #AA8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8002; }

 p { color: rgb(170,128,2); }

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

background-color css

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

 a { background-color: rgb(170,128,2); }

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

border-color css

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

 span { border-color: rgb(170,128,2); }

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