Html Css Color HEX #AA8403 Dark Goldenrod

📋 copy color: '#AA8403'

red 170 ◦ green 132 ◦ blue 3

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

Shades of Dark Goldenrod #AA8403

Tints of Dark Goldenrod #AA8403

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 55.74%
G = 43.28%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA8403 (or 0xAA8403) is known color: Dark Goldenrod. HEX triplet: AA, 84 and 03. RGB value is (170,132,3). Sum of RGB (Red+Green+Blue) = 170+132+3=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8403 is #557BFC. Grayscale: #818181. Windows color (decimal): -5602301 or 230570. OLE color: 230570.

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

Color convert

RGB 170 132 3 -
CMYK 0 0.22 0.98 0.33
HSL 46.35º 0.97% 0.34% -
HSV(B) 46.35º 0.98% 0.67% -
XYZ 24.85 25.06 3.61 -
YUV 128.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 170 132 3 0 0.22 0.98 0.33 46.35 0.97 0.34
Hex AA 84 3 0 16 62 21 2E 61 22
Octal 252 204 3 0 26 142 41 56 141 42
Binary 10101010 10000100 11 0 10110 1100010 100001 101110 1100001 100010

Color Harmonies of #AA8403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8403

Black with #AA8403

Text Example


Text Example

White with #AA8403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8403; }

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

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

background-color css

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

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

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

border-color css

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

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

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