#AE8622

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

Shades of Hacienda #AE8622

Tints of Hacienda #AE8622

Color information

#AE8622 (or 0xAE8622) is unknown color: approx Hacienda. HEX triplet: AE, 86 and 22. RGB value is (174,134,34). Sum of RGB (Red+Green+Blue) = 174+134+34=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8622 is #5179DD. Grayscale: #878787. Windows color (decimal): -5339614 or 2262702. OLE color: 2262702.

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

Color convert

RGB17413434-
CMYK00.230.800.32
HSL42.86º67.31%40.78%-
HSV(B)42.86º80.46%68.24%-
XYZ26.2726.165.18-
YUV134.5671.25156.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 34 (13.67% from 255) = 9.94%
R=50.88%
G=39.18%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741343400.230.800.3242.8667.3140.78
HexAE862201750202b4329
Octal25620642027120405310351
Binary101011101000011010001001011110100001000001010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8622; }

 p { color: rgb(174,134,34); }

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

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

 a { background-color: rgb(174,134,34); }

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

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

 span { border-color: rgb(174,134,34); }

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