Html Css Color HEX #AA8510 Dark Goldenrod

📋 copy color: '#AA8510'

red 170 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #AA8510

Tints of Dark Goldenrod #AA8510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 53.29%
G = 41.69%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA8510 (or 0xAA8510) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 10. RGB value is (170,133,16). Sum of RGB (Red+Green+Blue) = 170+133+16=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8510 is #557AEF. Grayscale: #838383. Windows color (decimal): -5602032 or 1082794. OLE color: 1082794.

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

Color convert

RGB 170 133 16 -
CMYK 0 0.22 0.91 0.33
HSL 45.58º 0.83% 0.36% -
HSV(B) 45.58º 0.91% 0.67% -
XYZ 25.06 25.36 4.06 -
YUV 130.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 170 133 16 0 0.22 0.91 0.33 45.58 0.83 0.36
Hex AA 85 10 0 16 5B 21 2E 53 24
Octal 252 205 20 0 26 133 41 56 123 44
Binary 10101010 10000101 10000 0 10110 1011011 100001 101110 1010011 100100

Color Harmonies of #AA8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8510

Black with #AA8510

Text Example


Text Example

White with #AA8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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