#AE8721

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

Shades of Hacienda #AE8721

Tints of Hacienda #AE8721

Color information

#AE8721 (or 0xAE8721) is unknown color: approx Hacienda. HEX triplet: AE, 87 and 21. RGB value is (174,135,33). Sum of RGB (Red+Green+Blue) = 174+135+33=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8721 is #5178DE. Grayscale: #878787. Windows color (decimal): -5339359 or 2197422. OLE color: 2197422.

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

Color convert

RGB17413533-
CMYK00.220.810.32
HSL43.4º68.12%40.59%-
HSV(B)43.4º81.03%68.24%-
XYZ26.3926.445.15-
YUV135.0370.42155.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=50.88%
G=39.47%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741353300.220.810.3243.468.1240.59
HexAE872101651202b4429
Octal25620741026121405310451
Binary101011101000011110000101011010100011000001010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8721; }

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

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

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

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

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

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

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

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