#AE811C

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

Shades of Hacienda #AE811C

Tints of Hacienda #AE811C

Color information

#AE811C (or 0xAE811C) is unknown color: approx Hacienda. HEX triplet: AE, 81 and 1C. RGB value is (174,129,28). Sum of RGB (Red+Green+Blue) = 174+129+28=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE811C is #517EE3. Grayscale: #838383. Windows color (decimal): -5340900 or 1868206. OLE color: 1868206.

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

Color convert

RGB17412928-
CMYK00.260.840.32
HSL41.51º72.28%39.61%-
HSV(B)41.51º83.91%68.24%-
XYZ25.5224.784.54-
YUV130.9469.91158.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=52.57%
G=38.97%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741292800.260.840.3241.5172.2839.61
HexAE811C01A54202a4828
Octal25620134032124405211050
Binary10101110100000011110001101010101001000001010101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE811C; }

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

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

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

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

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

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

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

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