#AF987F

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

Shades of Sandrift #AF987F

Tints of Sandrift #AF987F

Color information

#AF987F (or 0xAF987F) is unknown color: approx Sandrift. HEX triplet: AF, 98 and 7F. RGB value is (175,152,127). Sum of RGB (Red+Green+Blue) = 175+152+127=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987F is #506780. Grayscale: #9C9C9C. Windows color (decimal): -5269377 or 8362159. OLE color: 8362159.

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

Color convert

RGB175152127-
CMYK00.130.270.31
HSL31.25º23.08%59.22%-
HSV(B)31.25º27.43%68.63%-
XYZ32.7433.124.74-
YUV156.03111.62141.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 127 (50% from 255) = 27.97%
R=38.55%
G=33.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515212700.130.270.3131.2523.0859.22
HexAF987F0D1B1F1f173b
Octal2572301770153337372773
Binary101011111001100011111110110111011111111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF987F; }

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

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

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

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

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

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

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

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