Html Css Color HEX #AA8712 Dark Goldenrod

📋 copy color: '#AA8712'

red 170 ◦ green 135 ◦ blue 18

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

Shades of Dark Goldenrod #AA8712

Tints of Dark Goldenrod #AA8712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 52.63%
G = 41.8%
B = 5.57%

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

#AA8712 (or 0xAA8712) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 12. RGB value is (170,135,18). Sum of RGB (Red+Green+Blue) = 170+135+18=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8712 is #5578ED. Grayscale: #848484. Windows color (decimal): -5601518 or 1214378. OLE color: 1214378.

HSL color Cylindrical-coordinate representation of color #AA8712: hue angle of 46.18º degrees, saturation: 0.81, 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 #AA8712 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 135 18 -
CMYK 0 0.21 0.89 0.33
HSL 46.18º 0.81% 0.37% -
HSV(B) 46.18º 0.89% 0.67% -
XYZ 25.35 25.92 4.24 -
YUV 132.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 170 135 18 0 0.21 0.89 0.33 46.18 0.81 0.37
Hex AA 87 12 0 15 59 21 2E 51 25
Octal 252 207 22 0 25 131 41 56 121 45
Binary 10101010 10000111 10010 0 10101 1011001 100001 101110 1010001 100101

Color Harmonies of #AA8712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8712

Black with #AA8712

Text Example


Text Example

White with #AA8712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8712; }

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

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

background-color css

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

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

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

border-color css

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

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

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