#AF9984

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

Shades of Sandrift #AF9984

Tints of Sandrift #AF9984

Color information

#AF9984 (or 0xAF9984) is unknown color: approx Sandrift. HEX triplet: AF, 99 and 84. RGB value is (175,153,132). Sum of RGB (Red+Green+Blue) = 175+153+132=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9984 is #50667B. Grayscale: #9D9D9D. Windows color (decimal): -5269116 or 8690095. OLE color: 8690095.

HSL color Cylindrical-coordinate representation of color #AF9984: hue angle of 29.3º degrees, saturation: 0.21, 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 #AF9984 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175153132-
CMYK00.130.250.31
HSL29.3º21.18%60.2%-
HSV(B)29.3º24.57%68.63%-
XYZ33.2433.5626.56-
YUV157.18113.79140.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=38.04%
G=33.26%
B=28.70%

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
Decimal17515313200.130.250.3129.321.1860.2
HexAF99840D191F1d153c
Octal2572312040153137352574
Binary1010111110011001100001000110111001111111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9984; }

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

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

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

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

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

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

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

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