#AF9884

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

Shades of Sandrift #AF9884

Tints of Sandrift #AF9884

Color information

#AF9884 (or 0xAF9884) is unknown color: approx Sandrift. HEX triplet: AF, 98 and 84. RGB value is (175,152,132). Sum of RGB (Red+Green+Blue) = 175+152+132=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9884 is #50677B. Grayscale: #9C9C9C. Windows color (decimal): -5269372 or 8689839. OLE color: 8689839.

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

Color convert

RGB175152132-
CMYK00.130.250.31
HSL27.91º21.18%60.2%-
HSV(B)27.91º24.57%68.63%-
XYZ33.0733.2426.5-
YUV156.6114.12141.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=38.13%
G=33.12%
B=28.76%

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
Decimal17515213200.130.250.3127.9121.1860.2
HexAF98840D191F1c153c
Octal2572302040153137342574
Binary1010111110011000100001000110111001111111110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9884; }

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

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

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

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

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

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

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

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