Html Css Color HEX #AA8713 Dark Goldenrod

📋 copy color: '#AA8713'

red 170 ◦ green 135 ◦ blue 19

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

Shades of Dark Goldenrod #AA8713

Tints of Dark Goldenrod #AA8713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 52.47%
G = 41.67%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8713 (or 0xAA8713) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 13. RGB value is (170,135,19). Sum of RGB (Red+Green+Blue) = 170+135+19=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8713 is #5578EC. Grayscale: #848484. Windows color (decimal): -5601517 or 1279914. OLE color: 1279914.

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

Color convert

RGB 170 135 19 -
CMYK 0 0.21 0.89 0.33
HSL 46.09º 0.8% 0.37% -
HSV(B) 46.09º 0.89% 0.67% -
XYZ 25.36 25.92 4.28 -
YUV 132.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 170 135 19 0 0.21 0.89 0.33 46.09 0.8 0.37
Hex AA 87 13 0 15 59 21 2E 50 25
Octal 252 207 23 0 25 131 41 56 120 45
Binary 10101010 10000111 10011 0 10101 1011001 100001 101110 1010000 100101

Color Harmonies of #AA8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8713

Black with #AA8713

Text Example


Text Example

White with #AA8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8713; }

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

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

background-color css

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

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

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

border-color css

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

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

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