Html Css Color HEX #AA8E03 Dark Goldenrod

📋 copy color: '#AA8E03'

red 170 ◦ green 142 ◦ blue 3

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

Shades of Dark Goldenrod #AA8E03

Tints of Dark Goldenrod #AA8E03

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.08%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 53.97%
G = 45.08%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA8E03 (or 0xAA8E03) is known color: Dark Goldenrod. HEX triplet: AA, 8E and 03. RGB value is (170,142,3). Sum of RGB (Red+Green+Blue) = 170+142+3=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E03 is #5571FC. Grayscale: #878787. Windows color (decimal): -5599741 or 233130. OLE color: 233130.

HSL color Cylindrical-coordinate representation of color #AA8E03: hue angle of 49.94º degrees, saturation: 0.97, 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 #AA8E03 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 142 3 -
CMYK 0 0.16 0.98 0.33
HSL 49.94º 0.97% 0.34% -
HSV(B) 49.94º 0.98% 0.67% -
XYZ 26.27 27.9 4.09 -
YUV 134.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 170 142 3 0 0.16 0.98 0.33 49.94 0.97 0.34
Hex AA 8E 3 0 10 62 21 32 61 22
Octal 252 216 3 0 20 142 41 62 141 42
Binary 10101010 10001110 11 0 10000 1100010 100001 110010 1100001 100010

Color Harmonies of #AA8E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E03

Black with #AA8E03

Text Example


Text Example

White with #AA8E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E03; }

 p { color: rgb(170,142,3); }

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

background-color css

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

 a { background-color: rgb(170,142,3); }

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

border-color css

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

 span { border-color: rgb(170,142,3); }

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