#AA7514

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

Shades of Hacienda #AA7514

Tints of Hacienda #AA7514

Color information

#AA7514 (or 0xAA7514) is unknown color: approx Hacienda. HEX triplet: AA, 75 and 14. RGB value is (170,117,20). Sum of RGB (Red+Green+Blue) = 170+117+20=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7514 is #558AEB. Grayscale: #7A7A7A. Windows color (decimal): -5606124 or 1340842. OLE color: 1340842.

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

Color convert

RGB17011720-
CMYK00.310.880.33
HSL38.8º78.95%37.25%-
HSV(B)38.8º88.24%66.67%-
XYZ23.0721.323.56-
YUV121.7970.56162.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=55.37%
G=38.11%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701172000.310.880.3338.878.9537.25
HexAA751401F5821274f25
Octal25216524037130414711745
Binary1010101011101011010001111110110001000011001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7514; }

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

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

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

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

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

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

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

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