#AF9983

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

Shades of Sandrift #AF9983

Tints of Sandrift #AF9983

Color information

#AF9983 (or 0xAF9983) is unknown color: approx Sandrift. HEX triplet: AF, 99 and 83. RGB value is (175,153,131). Sum of RGB (Red+Green+Blue) = 175+153+131=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9983 is #50667C. Grayscale: #9D9D9D. Windows color (decimal): -5269117 or 8624559. OLE color: 8624559.

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

Color convert

RGB175153131-
CMYK00.130.250.31
HSL30º21.57%60%-
HSV(B)30º25.14%68.63%-
XYZ33.1733.5426.2-
YUV157.07113.29140.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=38.13%
G=33.33%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515313100.130.250.313021.5760
HexAF99830D191F1e163c
Octal2572312030153137362674
Binary1010111110011001100000110110111001111111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9983; }

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

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

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

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

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

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

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

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