#AF9682

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

Shades of Sandrift #AF9682

Tints of Sandrift #AF9682

Color information

#AF9682 (or 0xAF9682) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 82. RGB value is (175,150,130). Sum of RGB (Red+Green+Blue) = 175+150+130=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9682 is #50697D. Grayscale: #9B9B9B. Windows color (decimal): -5269886 or 8558255. OLE color: 8558255.

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

Color convert

RGB175150130-
CMYK00.140.260.31
HSL26.67º21.95%59.8%-
HSV(B)26.67º25.71%68.63%-
XYZ32.6132.5425.68-
YUV155.2113.78142.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=38.46%
G=32.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515013000.140.260.3126.6721.9559.8
HexAF96820E1A1F1b163c
Octal2572262020163237332674
Binary1010111110010110100000100111011010111111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9682; }

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

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

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

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

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

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

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

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