#AF9585

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

Shades of Sandrift #AF9585

Tints of Sandrift #AF9585

Color information

#AF9585 (or 0xAF9585) is unknown color: approx Sandrift. HEX triplet: AF, 95 and 85. RGB value is (175,149,133). Sum of RGB (Red+Green+Blue) = 175+149+133=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9585 is #506A7A. Grayscale: #9B9B9B. Windows color (decimal): -5270139 or 8754607. OLE color: 8754607.

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

Color convert

RGB175149133-
CMYK00.150.240.31
HSL22.86º20.79%60.39%-
HSV(B)22.86º24%68.63%-
XYZ32.6632.326.7-
YUV154.95115.61142.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=38.29%
G=32.60%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514913300.150.240.3122.8620.7960.39
HexAF95850F181F17153c
Octal2572252050173037272574
Binary1010111110010101100001010111111000111111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9585; }

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

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

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

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

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

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

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

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