Html Css Color HEX #AA7512 Dark Goldenrod

📋 copy color: '#AA7512'

red 170 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #AA7512

Tints of Dark Goldenrod #AA7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

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

R = 55.74%
G = 38.36%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7512 (or 0xAA7512) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 12. RGB value is (170,117,18). Sum of RGB (Red+Green+Blue) = 170+117+18=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7512 is #558AED. Grayscale: #7A7A7A. Windows color (decimal): -5606126 or 1209770. OLE color: 1209770.

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

Color convert

RGB 170 117 18 -
CMYK 0 0.31 0.89 0.33
HSL 39.08º 0.81% 0.37% -
HSV(B) 39.08º 0.89% 0.67% -
XYZ 23.05 21.31 3.47 -
YUV 121.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 170 117 18 0 0.31 0.89 0.33 39.08 0.81 0.37
Hex AA 75 12 0 1F 59 21 27 51 25
Octal 252 165 22 0 37 131 41 47 121 45
Binary 10101010 1110101 10010 0 11111 1011001 100001 100111 1010001 100101

Color Harmonies of #AA7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7512

Black with #AA7512

Text Example


Text Example

White with #AA7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7512; }

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

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

background-color css

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

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

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

border-color css

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

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

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