#AF9883

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

Shades of Sandrift #AF9883

Tints of Sandrift #AF9883

Color information

#AF9883 (or 0xAF9883) is unknown color: approx Sandrift. HEX triplet: AF, 98 and 83. RGB value is (175,152,131). Sum of RGB (Red+Green+Blue) = 175+152+131=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9883 is #50677C. Grayscale: #9C9C9C. Windows color (decimal): -5269373 or 8624303. OLE color: 8624303.

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

Color convert

RGB175152131-
CMYK00.130.250.31
HSL28.64º21.57%60%-
HSV(B)28.64º25.14%68.63%-
XYZ3333.2126.14-
YUV156.48113.62141.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=38.21%
G=33.19%
B=28.60%

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
Decimal17515213100.130.250.3128.6421.5760
HexAF98830D191F1d163c
Octal2572302030153137352674
Binary1010111110011000100000110110111001111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9883; }

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

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

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

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

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

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

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

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