#AF984C

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

Shades of Husk #AF984C

Tints of Husk #AF984C

Color information

#AF984C (or 0xAF984C) is unknown color: approx Husk. HEX triplet: AF, 98 and 4C. RGB value is (175,152,76). Sum of RGB (Red+Green+Blue) = 175+152+76=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF984C is #5067B3. Grayscale: #969696. Windows color (decimal): -5269428 or 5019823. OLE color: 5019823.

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

Color convert

RGB17515276-
CMYK00.130.570.31
HSL46.06º39.44%49.22%-
HSV(B)46.06º56.57%68.63%-
XYZ30.2132.0911.44-
YUV150.2186.12145.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=43.42%
G=37.72%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751527600.130.570.3146.0639.4449.22
HexAF984C0D391F2e2731
Octal2572301140157137564761
Binary101011111001100010011000110111100111111101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF984C; }

 p { color: rgb(175,152,76); }

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

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

 a { background-color: rgb(175,152,76); }

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

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

 span { border-color: rgb(175,152,76); }

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