Html Css Color HEX #AA7912 Dark Goldenrod

📋 copy color: '#AA7912'

red 170 ◦ green 121 ◦ blue 18

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

Shades of Dark Goldenrod #AA7912

Tints of Dark Goldenrod #AA7912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

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

R = 55.02%
G = 39.16%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7912 (or 0xAA7912) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 12. RGB value is (170,121,18). Sum of RGB (Red+Green+Blue) = 170+121+18=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7912 is #5586ED. Grayscale: #7C7C7C. Windows color (decimal): -5605102 or 1210794. OLE color: 1210794.

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

Color convert

RGB 170 121 18 -
CMYK 0 0.29 0.89 0.33
HSL 40.66º 0.81% 0.37% -
HSV(B) 40.66º 0.89% 0.67% -
XYZ 23.52 22.26 3.63 -
YUV 123.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 170 121 18 0 0.29 0.89 0.33 40.66 0.81 0.37
Hex AA 79 12 0 1D 59 21 29 51 25
Octal 252 171 22 0 35 131 41 51 121 45
Binary 10101010 1111001 10010 0 11101 1011001 100001 101001 1010001 100101

Color Harmonies of #AA7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7912

Black with #AA7912

Text Example


Text Example

White with #AA7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7912; }

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

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

background-color css

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

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

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

border-color css

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

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

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