#AF9D5C

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

Shades of Husk #AF9D5C

Tints of Husk #AF9D5C

Color information

#AF9D5C (or 0xAF9D5C) is unknown color: approx Husk. HEX triplet: AF, 9D and 5C. RGB value is (175,157,92). Sum of RGB (Red+Green+Blue) = 175+157+92=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D5C is #5062A3. Grayscale: #9B9B9B. Windows color (decimal): -5268132 or 6069679. OLE color: 6069679.

HSL color Cylindrical-coordinate representation of color #AF9D5C: hue angle of 46.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF9D5C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17515792-
CMYK00.100.470.31
HSL46.99º34.16%52.35%-
HSV(B)46.99º47.43%68.63%-
XYZ31.673415.02-
YUV154.9792.46142.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=41.27%
G=37.03%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751579200.100.470.3146.9934.1652.35
HexAF9D5C0A2F1F2f2234
Octal2572351340125737574264
Binary101011111001110110111000101010111111111101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D5C; }

 p { color: rgb(175,157,92); }

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

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

 a { background-color: rgb(175,157,92); }

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

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

 span { border-color: rgb(175,157,92); }

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