#AF9852

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

Shades of Husk #AF9852

Tints of Husk #AF9852

Color information

#AF9852 (or 0xAF9852) is unknown color: approx Husk. HEX triplet: AF, 98 and 52. RGB value is (175,152,82). Sum of RGB (Red+Green+Blue) = 175+152+82=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9852 is #5067AD. Grayscale: #979797. Windows color (decimal): -5269422 or 5413039. OLE color: 5413039.

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

Color convert

RGB17515282-
CMYK00.130.530.31
HSL45.16º36.76%50.39%-
HSV(B)45.16º53.14%68.63%-
XYZ30.4332.1812.59-
YUV150.989.12145.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=42.79%
G=37.16%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751528200.130.530.3145.1636.7650.39
HexAF98520D351F2d2532
Octal2572301220156537554562
Binary101011111001100010100100110111010111111101101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9852; }

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

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

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

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

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

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

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

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