#AF9882

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

Shades of Sandrift #AF9882

Tints of Sandrift #AF9882

Color information

#AF9882 (or 0xAF9882) is unknown color: approx Sandrift. HEX triplet: AF, 98 and 82. RGB value is (175,152,130). Sum of RGB (Red+Green+Blue) = 175+152+130=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9882 is #50677D. Grayscale: #9C9C9C. Windows color (decimal): -5269374 or 8558767. OLE color: 8558767.

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

Color convert

RGB175152130-
CMYK00.130.260.31
HSL29.33º21.95%59.8%-
HSV(B)29.33º25.71%68.63%-
XYZ32.9433.1825.79-
YUV156.37113.12141.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=38.29%
G=33.26%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515213000.130.260.3129.3321.9559.8
HexAF98820D1A1F1d163c
Octal2572302020153237352674
Binary1010111110011000100000100110111010111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9882; }

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

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

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

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

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

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

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

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