#AE7D1A

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

Shades of Hacienda #AE7D1A

Tints of Hacienda #AE7D1A

Color information

#AE7D1A (or 0xAE7D1A) is unknown color: approx Hacienda. HEX triplet: AE, 7D and 1A. RGB value is (174,125,26). Sum of RGB (Red+Green+Blue) = 174+125+26=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1A is #5182E5. Grayscale: #808080. Windows color (decimal): -5341926 or 1736110. OLE color: 1736110.

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

Color convert

RGB17412526-
CMYK00.280.850.32
HSL40.14º74%39.22%-
HSV(B)40.14º85.06%68.24%-
XYZ24.9823.744.24-
YUV128.3670.23160.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 26 (10.55% from 255) = 8%
R=53.54%
G=38.46%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741252600.280.850.3240.147439.22
HexAE7D1A01C5520284a27
Octal25617532034125405011247
Binary1010111011111011101001110010101011000001010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D1A; }

 p { color: rgb(174,125,26); }

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

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

 a { background-color: rgb(174,125,26); }

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

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

 span { border-color: rgb(174,125,26); }

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