#AE9645

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

Shades of Husk #AE9645

Tints of Husk #AE9645

Color information

#AE9645 (or 0xAE9645) is unknown color: approx Husk. HEX triplet: AE, 96 and 45. RGB value is (174,150,69). Sum of RGB (Red+Green+Blue) = 174+150+69=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9645 is #5169BA. Grayscale: #949494. Windows color (decimal): -5335483 or 4560558. OLE color: 4560558.

HSL color Cylindrical-coordinate representation of color #AE9645: hue angle of 46.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9645 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17415069-
CMYK00.140.600.32
HSL46.29º43.21%47.65%-
HSV(B)46.29º60.34%68.24%-
XYZ29.4431.2410.11-
YUV147.9483.45146.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=44.27%
G=38.17%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741506900.140.600.3246.2943.2147.65
HexAE96450E3C202e2b30
Octal2562261050167440565360
Binary1010111010010110100010101110111100100000101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9645; }

 p { color: rgb(174,150,69); }

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

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

 a { background-color: rgb(174,150,69); }

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

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

 span { border-color: rgb(174,150,69); }

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