#AE7D1C

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

Shades of Hacienda #AE7D1C

Tints of Hacienda #AE7D1C

Color information

#AE7D1C (or 0xAE7D1C) is unknown color: approx Hacienda. HEX triplet: AE, 7D and 1C. RGB value is (174,125,28). Sum of RGB (Red+Green+Blue) = 174+125+28=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D1C is #5182E3. Grayscale: #818181. Windows color (decimal): -5341924 or 1867182. OLE color: 1867182.

HSL color Cylindrical-coordinate representation of color #AE7D1C: hue angle of 39.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE7D1C is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17412528-
CMYK00.280.840.32
HSL39.86º72.28%39.61%-
HSV(B)39.86º83.91%68.24%-
XYZ2523.754.37-
YUV128.5971.23160.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=53.21%
G=38.23%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741252800.280.840.3239.8672.2839.61
HexAE7D1C01C5420284828
Octal25617534034124405011050
Binary1010111011111011110001110010101001000001010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D1C; }

 p { color: rgb(174,125,28); }

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

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

 a { background-color: rgb(174,125,28); }

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

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

 span { border-color: rgb(174,125,28); }

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