#AE9754

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

Shades of Husk #AE9754

Tints of Husk #AE9754

Color information

#AE9754 (or 0xAE9754) is unknown color: approx Husk. HEX triplet: AE, 97 and 54. RGB value is (174,151,84). Sum of RGB (Red+Green+Blue) = 174+151+84=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9754 is #5168AB. Grayscale: #969696. Windows color (decimal): -5335212 or 5543854. OLE color: 5543854.

HSL color Cylindrical-coordinate representation of color #AE9754: hue angle of 44.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE9754 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17415184-
CMYK00.130.520.32
HSL44.67º35.71%50.59%-
HSV(B)44.67º51.72%68.24%-
XYZ30.1231.7712.93-
YUV150.2490.62144.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=42.54%
G=36.92%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741518400.130.520.3244.6735.7150.59
HexAE97540D34202d2433
Octal2562271240156440554463
Binary1010111010010111101010001101110100100000101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9754; }

 p { color: rgb(174,151,84); }

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

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

 a { background-color: rgb(174,151,84); }

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

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

 span { border-color: rgb(174,151,84); }

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