#AE821C

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

Shades of Hacienda #AE821C

Tints of Hacienda #AE821C

Color information

#AE821C (or 0xAE821C) is unknown color: approx Hacienda. HEX triplet: AE, 82 and 1C. RGB value is (174,130,28). Sum of RGB (Red+Green+Blue) = 174+130+28=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE821C is #517DE3. Grayscale: #838383. Windows color (decimal): -5340644 or 1868462. OLE color: 1868462.

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

Color convert

RGB17413028-
CMYK00.250.840.32
HSL41.92º72.28%39.61%-
HSV(B)41.92º83.91%68.24%-
XYZ25.6525.054.58-
YUV131.5369.58158.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=52.41%
G=39.16%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741302800.250.840.3241.9272.2839.61
HexAE821C01954202a4828
Octal25620234031124405211050
Binary10101110100000101110001100110101001000001010101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE821C; }

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

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

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

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

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

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

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

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