#AE8522

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

Shades of Hacienda #AE8522

Tints of Hacienda #AE8522

Color information

#AE8522 (or 0xAE8522) is unknown color: approx Hacienda. HEX triplet: AE, 85 and 22. RGB value is (174,133,34). Sum of RGB (Red+Green+Blue) = 174+133+34=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8522 is #517ADD. Grayscale: #868686. Windows color (decimal): -5339870 or 2262446. OLE color: 2262446.

HSL color Cylindrical-coordinate representation of color #AE8522: hue angle of 42.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE8522 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17413334-
CMYK00.240.800.32
HSL42.43º67.31%40.78%-
HSV(B)42.43º80.46%68.24%-
XYZ26.1325.895.13-
YUV133.9771.58156.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 34 (13.67% from 255) = 9.97%
R=51.03%
G=39.00%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741333400.240.800.3242.4367.3140.78
HexAE852201850202a4329
Octal25620542030120405210351
Binary101011101000010110001001100010100001000001010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8522; }

 p { color: rgb(174,133,34); }

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

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

 a { background-color: rgb(174,133,34); }

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

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

 span { border-color: rgb(174,133,34); }

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