#AF9880

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

Shades of Sandrift #AF9880

Tints of Sandrift #AF9880

Color information

#AF9880 (or 0xAF9880) is unknown color: approx Sandrift. HEX triplet: AF, 98 and 80. RGB value is (175,152,128). Sum of RGB (Red+Green+Blue) = 175+152+128=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9880 is #50677F. Grayscale: #9C9C9C. Windows color (decimal): -5269376 or 8427695. OLE color: 8427695.

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

Color convert

RGB175152128-
CMYK00.130.270.31
HSL30.64º22.71%59.41%-
HSV(B)30.64º26.86%68.63%-
XYZ32.833.1325.09-
YUV156.14112.12141.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=38.46%
G=33.41%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515212800.130.270.3130.6422.7159.41
HexAF98800D1B1F1f173b
Octal2572302000153337372773
Binary1010111110011000100000000110111011111111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9880; }

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

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

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

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

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

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

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

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