#AE871E

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

Shades of Hacienda #AE871E

Tints of Hacienda #AE871E

Color information

#AE871E (or 0xAE871E) is unknown color: approx Hacienda. HEX triplet: AE, 87 and 1E. RGB value is (174,135,30). Sum of RGB (Red+Green+Blue) = 174+135+30=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE871E is #5178E1. Grayscale: #878787. Windows color (decimal): -5339362 or 2000814. OLE color: 2000814.

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

Color convert

RGB17413530-
CMYK00.220.830.32
HSL43.75º70.59%40%-
HSV(B)43.75º82.76%68.24%-
XYZ26.3526.424.94-
YUV134.6968.92156.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=51.33%
G=39.82%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741353000.220.830.3243.7570.5940
HexAE871E01653202c4728
Octal25620736026123405410750
Binary10101110100001111111001011010100111000001011001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE871E; }

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

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

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

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

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

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

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

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