Html Css Color HEX #AA8511 Dark Goldenrod

📋 copy color: '#AA8511'

red 170 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #AA8511

Tints of Dark Goldenrod #AA8511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 53.13%
G = 41.56%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA8511 (or 0xAA8511) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 11. RGB value is (170,133,17). Sum of RGB (Red+Green+Blue) = 170+133+17=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8511 is #557AEE. Grayscale: #838383. Windows color (decimal): -5602031 or 1148330. OLE color: 1148330.

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

Color convert

RGB 170 133 17 -
CMYK 0 0.22 0.9 0.33
HSL 45.49º 0.82% 0.37% -
HSV(B) 45.49º 0.9% 0.67% -
XYZ 25.07 25.36 4.1 -
YUV 130.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 170 133 17 0 0.22 0.9 0.33 45.49 0.82 0.37
Hex AA 85 11 0 16 5A 21 2D 52 25
Octal 252 205 21 0 26 132 41 55 122 45
Binary 10101010 10000101 10001 0 10110 1011010 100001 101101 1010010 100101

Color Harmonies of #AA8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8511

Black with #AA8511

Text Example


Text Example

White with #AA8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8511; }

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

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

background-color css

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

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

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

border-color css

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

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

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