Html Css Color HEX #AA9003 Dark Goldenrod

📋 copy color: '#AA9003'

red 170 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #AA9003

Tints of Dark Goldenrod #AA9003

RGB

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

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

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

R = 53.63%
G = 45.43%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA9003 (or 0xAA9003) is known color: Dark Goldenrod. HEX triplet: AA, 90 and 03. RGB value is (170,144,3). Sum of RGB (Red+Green+Blue) = 170+144+3=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9003 is #556FFC. Grayscale: #888888. Windows color (decimal): -5599229 or 233642. OLE color: 233642.

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

Color convert

RGB 170 144 3 -
CMYK 0 0.15 0.98 0.33
HSL 50.66º 0.97% 0.34% -
HSV(B) 50.66º 0.98% 0.67% -
XYZ 26.57 28.5 4.19 -
YUV 135.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 170 144 3 0 0.15 0.98 0.33 50.66 0.97 0.34
Hex AA 90 3 0 F 62 21 33 61 22
Octal 252 220 3 0 17 142 41 63 141 42
Binary 10101010 10010000 11 0 1111 1100010 100001 110011 1100001 100010

Color Harmonies of #AA9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9003

Black with #AA9003

Text Example


Text Example

White with #AA9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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