#AA7D15

Color #AA7D15 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #AA7D15

Tints of Hacienda #AA7D15

Color information

#AA7D15 (or 0xAA7D15) is unknown color: approx Hacienda. HEX triplet: AA, 7D and 15. RGB value is (170,125,21). Sum of RGB (Red+Green+Blue) = 170+125+21=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D15 is #5582EA. Grayscale: #7F7F7F. Windows color (decimal): -5604075 or 1408426. OLE color: 1408426.

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

Color convert

RGB17012521-
CMYK00.260.880.33
HSL41.88º78.01%37.45%-
HSV(B)41.88º87.65%66.67%-
XYZ24.0523.273.93-
YUV126.668.41158.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=53.80%
G=39.56%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701252100.260.880.3341.8878.0137.45
HexAA7D1501A58212a4e25
Octal25217525032130415211645
Binary1010101011111011010101101010110001000011010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D15; }

 p { color: rgb(170,125,21); }

 H1.HeaderClassName
 {
   color: #AA7D15;
 }
 .AnyTagClassName
 {
   color: #AA7D15;
 }
</style>
background-color css

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

 a { background-color: rgb(170,125,21); }

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

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

 span { border-color: rgb(170,125,21); }

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