#AF9685

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

Shades of Sandrift #AF9685

Tints of Sandrift #AF9685

Color information

#AF9685 (or 0xAF9685) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 85. RGB value is (175,150,133). Sum of RGB (Red+Green+Blue) = 175+150+133=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9685 is #50697A. Grayscale: #9B9B9B. Windows color (decimal): -5269883 or 8754863. OLE color: 8754863.

HSL color Cylindrical-coordinate representation of color #AF9685: hue angle of 24.29º 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 #AF9685 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB175150133-
CMYK00.140.240.31
HSL24.29º20.79%60.39%-
HSV(B)24.29º24%68.63%-
XYZ32.8232.6226.76-
YUV155.54115.28141.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=38.21%
G=32.75%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515013300.140.240.3124.2920.7960.39
HexAF96850E181F18153c
Octal2572262050163037302574
Binary1010111110010110100001010111011000111111100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9685; }

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

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

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

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

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

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

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

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