Html Css Color HEX #AA8504 Dark Goldenrod

📋 copy color: '#AA8504'

red 170 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #AA8504

Tints of Dark Goldenrod #AA8504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 55.37%
G = 43.32%
B = 1.3%

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

#AA8504 (or 0xAA8504) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 04. RGB value is (170,133,4). Sum of RGB (Red+Green+Blue) = 170+133+4=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8504 is #557AFB. Grayscale: #818181. Windows color (decimal): -5602044 or 296362. OLE color: 296362.

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

Color convert

RGB 170 133 4 -
CMYK 0 0.22 0.98 0.33
HSL 46.63º 0.95% 0.34% -
HSV(B) 46.63º 0.98% 0.67% -
XYZ 24.99 25.33 3.69 -
YUV 129.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 170 133 4 0 0.22 0.98 0.33 46.63 0.95 0.34
Hex AA 85 4 0 16 62 21 2F 5F 22
Octal 252 205 4 0 26 142 41 57 137 42
Binary 10101010 10000101 100 0 10110 1100010 100001 101111 1011111 100010

Color Harmonies of #AA8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8504

Black with #AA8504

Text Example


Text Example

White with #AA8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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