#ae974c

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

Shades of Husk #AE974C

Tints of Husk #AE974C

Color information

#AE974C (or 0xAE974C) is unknown color: approx Husk. HEX triplet: AE, 97 and 4C. RGB value is (174,151,76). Sum of RGB (Red+Green+Blue) = 174+151+76=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE974C is #5168B3. Grayscale: #959595. Windows color (decimal): -5335220 or 5019566. OLE color: 5019566.

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

Color convert

RGB17415176-
CMYK00.130.560.32
HSL45.92º39.2%49.02%-
HSV(B)45.92º56.32%68.24%-
XYZ29.8331.6511.38-
YUV149.3386.62145.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=43.39%
G=37.66%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741517600.130.560.3245.9239.249.02
HexAE974C0D38202e2731
Octal2562271140157040564761
Binary1010111010010111100110001101111000100000101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae974c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae974c; }

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

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

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

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

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

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

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

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