Html Css Color HEX #AA8715 Dark Goldenrod

📋 copy color: '#AA8715'

red 170 ◦ green 135 ◦ blue 21

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

Shades of Dark Goldenrod #AA8715

Tints of Dark Goldenrod #AA8715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 52.15%
G = 41.41%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8715 (or 0xAA8715) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 15. RGB value is (170,135,21). Sum of RGB (Red+Green+Blue) = 170+135+21=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8715 is #5578EA. Grayscale: #848484. Windows color (decimal): -5601515 or 1410986. OLE color: 1410986.

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

Color convert

RGB 170 135 21 -
CMYK 0 0.21 0.88 0.33
HSL 45.91º 0.78% 0.37% -
HSV(B) 45.91º 0.88% 0.67% -
XYZ 25.38 25.93 4.38 -
YUV 132.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 170 135 21 0 0.21 0.88 0.33 45.91 0.78 0.37
Hex AA 87 15 0 15 58 21 2E 4E 25
Octal 252 207 25 0 25 130 41 56 116 45
Binary 10101010 10000111 10101 0 10101 1011000 100001 101110 1001110 100101

Color Harmonies of #AA8715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8715

Black with #AA8715

Text Example


Text Example

White with #AA8715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8715; }

 p { color: rgb(170,135,21); }

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

background-color css

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

 a { background-color: rgb(170,135,21); }

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

border-color css

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

 span { border-color: rgb(170,135,21); }

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