#AE7A19

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

Shades of Hacienda #AE7A19

Tints of Hacienda #AE7A19

Color information

#AE7A19 (or 0xAE7A19) is unknown color: approx Hacienda. HEX triplet: AE, 7A and 19. RGB value is (174,122,25). Sum of RGB (Red+Green+Blue) = 174+122+25=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A19 is #5185E6. Grayscale: #7E7E7E. Windows color (decimal): -5342695 or 1669806. OLE color: 1669806.

HSL color Cylindrical-coordinate representation of color #AE7A19: hue angle of 39.06º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE7A19 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17412225-
CMYK00.300.860.32
HSL39.06º74.87%39.02%-
HSV(B)39.06º85.63%68.24%-
XYZ24.5922.994.06-
YUV126.4970.73161.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=54.21%
G=38.01%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741222500.300.860.3239.0674.8739.02
HexAE7A1901E5620274b27
Octal25617231036126404711347
Binary1010111011110101100101111010101101000001001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A19; }

 p { color: rgb(174,122,25); }

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

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

 a { background-color: rgb(174,122,25); }

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

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

 span { border-color: rgb(174,122,25); }

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