Html Css Color HEX #AA7E12 Dark Goldenrod

📋 copy color: '#AA7E12'

red 170 ◦ green 126 ◦ blue 18

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

Shades of Dark Goldenrod #AA7E12

Tints of Dark Goldenrod #AA7E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.13%

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

R = 54.14%
G = 40.13%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7E12 (or 0xAA7E12) is known color: Dark Goldenrod. HEX triplet: AA, 7E and 12. RGB value is (170,126,18). Sum of RGB (Red+Green+Blue) = 170+126+18=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E12 is #5581ED. Grayscale: #7F7F7F. Windows color (decimal): -5603822 or 1212074. OLE color: 1212074.

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

Color convert

RGB 170 126 18 -
CMYK 0 0.26 0.89 0.33
HSL 42.63º 0.81% 0.37% -
HSV(B) 42.63º 0.89% 0.67% -
XYZ 24.15 23.51 3.84 -
YUV 126.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 170 126 18 0 0.26 0.89 0.33 42.63 0.81 0.37
Hex AA 7E 12 0 1A 59 21 2B 51 25
Octal 252 176 22 0 32 131 41 53 121 45
Binary 10101010 1111110 10010 0 11010 1011001 100001 101011 1010001 100101

Color Harmonies of #AA7E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E12

Black with #AA7E12

Text Example


Text Example

White with #AA7E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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