Html Css Color HEX #AA8503 Dark Goldenrod

📋 copy color: '#AA8503'

red 170 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #AA8503

Tints of Dark Goldenrod #AA8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

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

R = 55.56%
G = 43.46%
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

#AA8503 (or 0xAA8503) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 03. RGB value is (170,133,3). Sum of RGB (Red+Green+Blue) = 170+133+3=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8503 is #557AFC. Grayscale: #818181. Windows color (decimal): -5602045 or 230826. OLE color: 230826.

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

Color convert

RGB 170 133 3 -
CMYK 0 0.22 0.98 0.33
HSL 46.71º 0.97% 0.34% -
HSV(B) 46.71º 0.98% 0.67% -
XYZ 24.98 25.33 3.66 -
YUV 129.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 170 133 3 0 0.22 0.98 0.33 46.71 0.97 0.34
Hex AA 85 3 0 16 62 21 2F 61 22
Octal 252 205 3 0 26 142 41 57 141 42
Binary 10101010 10000101 11 0 10110 1100010 100001 101111 1100001 100010

Color Harmonies of #AA8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8503

Black with #AA8503

Text Example


Text Example

White with #AA8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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