#AF9686

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

Shades of Sandrift #AF9686

Tints of Sandrift #AF9686

Color information

#AF9686 (or 0xAF9686) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 86. RGB value is (175,150,134). Sum of RGB (Red+Green+Blue) = 175+150+134=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9686 is #506979. Grayscale: #9B9B9B. Windows color (decimal): -5269882 or 8820399. OLE color: 8820399.

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

Color convert

RGB175150134-
CMYK00.140.230.31
HSL23.41º20.4%60.59%-
HSV(B)23.41º23.43%68.63%-
XYZ32.8932.6527.12-
YUV155.65115.78141.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=38.13%
G=32.68%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515013400.140.230.3123.4120.460.59
HexAF96860E171F17143d
Octal2572262060162737272475
Binary1010111110010110100001100111010111111111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9686; }

 p { color: rgb(175,150,134); }

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

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

 a { background-color: rgb(175,150,134); }

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

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

 span { border-color: rgb(175,150,134); }

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