#AE9647

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

Shades of Husk #AE9647

Tints of Husk #AE9647

Color information

#AE9647 (or 0xAE9647) is unknown color: approx Husk. HEX triplet: AE, 96 and 47. RGB value is (174,150,71). Sum of RGB (Red+Green+Blue) = 174+150+71=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9647 is #5169B8. Grayscale: #949494. Windows color (decimal): -5335481 or 4691630. OLE color: 4691630.

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

Color convert

RGB17415071-
CMYK00.140.590.32
HSL46.02º42.04%48.04%-
HSV(B)46.02º59.2%68.24%-
XYZ29.531.2710.44-
YUV148.1784.45146.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=44.05%
G=37.97%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741507100.140.590.3246.0242.0448.04
HexAE96470E3B202e2a30
Octal2562261070167340565260
Binary1010111010010110100011101110111011100000101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9647; }

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

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

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

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

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

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

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

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