#AE974E

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

Shades of Husk #AE974E

Tints of Husk #AE974E

Color information

#AE974E (or 0xAE974E) is unknown color: approx Husk. HEX triplet: AE, 97 and 4E. RGB value is (174,151,78). Sum of RGB (Red+Green+Blue) = 174+151+78=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE974E is #5168B1. Grayscale: #959595. Windows color (decimal): -5335218 or 5150638. OLE color: 5150638.

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

Color convert

RGB17415178-
CMYK00.130.550.32
HSL45.62º38.1%49.41%-
HSV(B)45.62º55.17%68.24%-
XYZ29.931.6811.75-
YUV149.5687.62145.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=43.18%
G=37.47%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741517800.130.550.3245.6238.149.41
HexAE974E0D37202e2631
Octal2562271160156740564661
Binary1010111010010111100111001101110111100000101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE974E; }

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

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

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

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

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

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

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

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