Html Css Color HEX #AA8505 Dark Goldenrod

📋 copy color: '#AA8505'

red 170 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #AA8505

Tints of Dark Goldenrod #AA8505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 55.19%
G = 43.18%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA8505 (or 0xAA8505) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 05. RGB value is (170,133,5). Sum of RGB (Red+Green+Blue) = 170+133+5=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8505 is #557AFA. Grayscale: #828282. Windows color (decimal): -5602043 or 361898. OLE color: 361898.

HSL color Cylindrical-coordinate representation of color #AA8505: hue angle of 46.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA8505 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 5 -
CMYK 0 0.22 0.97 0.33
HSL 46.55º 0.94% 0.34% -
HSV(B) 46.55º 0.97% 0.67% -
XYZ 24.99 25.33 3.72 -
YUV 129.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 170 133 5 0 0.22 0.97 0.33 46.55 0.94 0.34
Hex AA 85 5 0 16 61 21 2F 5E 22
Octal 252 205 5 0 26 141 41 57 136 42
Binary 10101010 10000101 101 0 10110 1100001 100001 101111 1011110 100010

Color Harmonies of #AA8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8505

Black with #AA8505

Text Example


Text Example

White with #AA8505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8505; }

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

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

background-color css

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

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

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

border-color css

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

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

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