#AF9985

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

Shades of Sandrift #AF9985

Tints of Sandrift #AF9985

Color information

#AF9985 (or 0xAF9985) is unknown color: approx Sandrift. HEX triplet: AF, 99 and 85. RGB value is (175,153,133). Sum of RGB (Red+Green+Blue) = 175+153+133=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9985 is #50667A. Grayscale: #9D9D9D. Windows color (decimal): -5269115 or 8755631. OLE color: 8755631.

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

Color convert

RGB175153133-
CMYK00.130.240.31
HSL28.57º20.79%60.39%-
HSV(B)28.57º24%68.63%-
XYZ33.333.5926.92-
YUV157.3114.29140.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=37.96%
G=33.19%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515313300.130.240.3128.5720.7960.39
HexAF99850D181F1d153c
Octal2572312050153037352574
Binary1010111110011001100001010110111000111111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9985; }

 p { color: rgb(175,153,133); }

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

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

 a { background-color: rgb(175,153,133); }

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

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

 span { border-color: rgb(175,153,133); }

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