#AE801A

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

Shades of Hacienda #AE801A

Tints of Hacienda #AE801A

Color information

#AE801A (or 0xAE801A) is unknown color: approx Hacienda. HEX triplet: AE, 80 and 1A. RGB value is (174,128,26). Sum of RGB (Red+Green+Blue) = 174+128+26=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE801A is #517FE5. Grayscale: #828282. Windows color (decimal): -5341158 or 1736878. OLE color: 1736878.

HSL color Cylindrical-coordinate representation of color #AE801A: hue angle of 41.35º 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 #AE801A is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB17412826-
CMYK00.260.850.32
HSL41.35º74%39.22%-
HSV(B)41.35º85.06%68.24%-
XYZ25.3624.514.37-
YUV130.1369.24159.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=53.05%
G=39.02%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741282600.260.850.3241.357439.22
HexAE801A01A5520294a27
Octal25620032032125405111247
Binary10101110100000001101001101010101011000001010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE801A; }

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

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

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

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

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

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

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

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