Html Css Color HEX #AA8A00 Dark Goldenrod

📋 copy color: '#AA8A00'

red 170 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #AA8A00

Tints of Dark Goldenrod #AA8A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

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

R = 55.19%
G = 44.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA8A00 (or 0xAA8A00) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 00. RGB value is (170,138,0). Sum of RGB (Red+Green+Blue) = 170+138+0=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A00 is #5575FF. Grayscale: #848484. Windows color (decimal): -5600768 or 35498. OLE color: 35498.

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

Color convert

RGB 170 138 0 -
CMYK 0 0.19 1 0.33
HSL 48.71º 1% 0.33% -
HSV(B) 48.71º 1% 0.67% -
XYZ 25.67 26.72 3.81 -
YUV 131.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 170 138 0 0 0.19 1 0.33 48.71 1 0.33
Hex AA 8A 0 0 13 64 21 31 64 21
Octal 252 212 0 0 23 144 41 61 144 41
Binary 10101010 10001010 0 0 10011 1100100 100001 110001 1100100 100001

Color Harmonies of #AA8A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A00

Black with #AA8A00

Text Example


Text Example

White with #AA8A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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