#AF984A

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

Shades of Husk #AF984A

Tints of Husk #AF984A

Color information

#AF984A (or 0xAF984A) is unknown color: approx Husk. HEX triplet: AF, 98 and 4A. RGB value is (175,152,74). Sum of RGB (Red+Green+Blue) = 175+152+74=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF984A is #5067B5. Grayscale: #969696. Windows color (decimal): -5269430 or 4888751. OLE color: 4888751.

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

Color convert

RGB17515274-
CMYK00.130.580.31
HSL46.34º40.56%48.82%-
HSV(B)46.34º57.71%68.63%-
XYZ30.1432.0611.08-
YUV149.9885.12145.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=43.64%
G=37.91%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751527400.130.580.3146.3440.5648.82
HexAF984A0D3A1F2e2931
Octal2572301120157237565161
Binary101011111001100010010100110111101011111101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF984A; }

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

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

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

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

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

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

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

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