Html Css Color HEX #AA8004 Dark Goldenrod

📋 copy color: '#AA8004'

red 170 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #AA8004

Tints of Dark Goldenrod #AA8004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 56.29%
G = 42.38%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA8004 (or 0xAA8004) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 04. RGB value is (170,128,4). Sum of RGB (Red+Green+Blue) = 170+128+4=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8004 is #557FFB. Grayscale: #7E7E7E. Windows color (decimal): -5603324 or 295082. OLE color: 295082.

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

Color convert

RGB 170 128 4 -
CMYK 0 0.25 0.98 0.33
HSL 44.82º 0.95% 0.34% -
HSV(B) 44.82º 0.98% 0.67% -
XYZ 24.32 23.99 3.46 -
YUV 126.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 170 128 4 0 0.25 0.98 0.33 44.82 0.95 0.34
Hex AA 80 4 0 19 62 21 2D 5F 22
Octal 252 200 4 0 31 142 41 55 137 42
Binary 10101010 10000000 100 0 11001 1100010 100001 101101 1011111 100010

Color Harmonies of #AA8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8004

Black with #AA8004

Text Example


Text Example

White with #AA8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8004; }

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

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

background-color css

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

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

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

border-color css

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

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

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