#AA7D1E

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

Shades of Hacienda #AA7D1E

Tints of Hacienda #AA7D1E

Color information

#AA7D1E (or 0xAA7D1E) is unknown color: approx Hacienda. HEX triplet: AA, 7D and 1E. RGB value is (170,125,30). Sum of RGB (Red+Green+Blue) = 170+125+30=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D1E is #5582E1. Grayscale: #808080. Windows color (decimal): -5604066 or 1998250. OLE color: 1998250.

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

Color convert

RGB17012530-
CMYK00.260.820.33
HSL40.71º70%39.22%-
HSV(B)40.71º82.35%66.67%-
XYZ24.1523.314.45-
YUV127.6272.91158.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=52.31%
G=38.46%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701253000.260.820.3340.717039.22
HexAA7D1E01A5221294627
Octal25217536032122415110647
Binary1010101011111011111001101010100101000011010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D1E; }

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

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

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

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

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

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

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

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