#AE974A

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

Shades of Husk #AE974A

Tints of Husk #AE974A

Color information

#AE974A (or 0xAE974A) is unknown color: approx Husk. HEX triplet: AE, 97 and 4A. RGB value is (174,151,74). Sum of RGB (Red+Green+Blue) = 174+151+74=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE974A is #5168B5. Grayscale: #959595. Windows color (decimal): -5335222 or 4888494. OLE color: 4888494.

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

Color convert

RGB17415174-
CMYK00.130.570.32
HSL46.2º40.32%48.63%-
HSV(B)46.2º57.47%68.24%-
XYZ29.7631.6311.01-
YUV149.185.62145.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=43.61%
G=37.84%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741517400.130.570.3246.240.3248.63
HexAE974A0D39202e2831
Octal2562271120157140565061
Binary1010111010010111100101001101111001100000101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE974A; }

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

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

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

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

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

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

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

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