#AE7E1E

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

Shades of Hacienda #AE7E1E

Tints of Hacienda #AE7E1E

Color information

#AE7E1E (or 0xAE7E1E) is unknown color: approx Hacienda. HEX triplet: AE, 7E and 1E. RGB value is (174,126,30). Sum of RGB (Red+Green+Blue) = 174+126+30=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E1E is #5181E1. Grayscale: #818181. Windows color (decimal): -5341666 or 1998510. OLE color: 1998510.

HSL color Cylindrical-coordinate representation of color #AE7E1E: hue angle of 40º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE7E1E is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17412630-
CMYK00.280.830.32
HSL40º70.59%40%-
HSV(B)40º82.76%68.24%-
XYZ25.1524.014.54-
YUV129.4171.9159.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=52.73%
G=38.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741263000.280.830.324070.5940
HexAE7E1E01C5320284728
Octal25617636034123405010750
Binary1010111011111101111001110010100111000001010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E1E; }

 p { color: rgb(174,126,30); }

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

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

 a { background-color: rgb(174,126,30); }

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

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

 span { border-color: rgb(174,126,30); }

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