#AE811E

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

Shades of Hacienda #AE811E

Tints of Hacienda #AE811E

Color information

#AE811E (or 0xAE811E) is unknown color: approx Hacienda. HEX triplet: AE, 81 and 1E. RGB value is (174,129,30). Sum of RGB (Red+Green+Blue) = 174+129+30=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE811E is #517EE1. Grayscale: #838383. Windows color (decimal): -5340898 or 1999278. OLE color: 1999278.

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

Color convert

RGB17412930-
CMYK00.260.830.32
HSL41.25º70.59%40%-
HSV(B)41.25º82.76%68.24%-
XYZ25.5424.794.67-
YUV131.1770.91158.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 30 (12.11% from 255) = 9.01%
R=52.25%
G=38.74%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741293000.260.830.3241.2570.5940
HexAE811E01A5320294728
Octal25620136032123405110750
Binary10101110100000011111001101010100111000001010011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE811E; }

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

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

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

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

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

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

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

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