#AE8921

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

Shades of Hacienda #AE8921

Tints of Hacienda #AE8921

Color information

#AE8921 (or 0xAE8921) is unknown color: approx Hacienda. HEX triplet: AE, 89 and 21. RGB value is (174,137,33). Sum of RGB (Red+Green+Blue) = 174+137+33=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8921 is #5176DE. Grayscale: #888888. Windows color (decimal): -5338847 or 2197934. OLE color: 2197934.

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

Color convert

RGB17413733-
CMYK00.210.810.32
HSL44.26º68.12%40.59%-
HSV(B)44.26º81.03%68.24%-
XYZ26.68275.24-
YUV136.2169.76154.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 33 (13.28% from 255) = 9.59%
R=50.58%
G=39.83%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741373300.210.810.3244.2668.1240.59
HexAE892101551202c4429
Octal25621141025121405410451
Binary101011101000100110000101010110100011000001011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8921; }

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

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

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

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

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

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

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

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