#AF9680

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

Shades of Sandrift #AF9680

Tints of Sandrift #AF9680

Color information

#AF9680 (or 0xAF9680) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 80. RGB value is (175,150,128). Sum of RGB (Red+Green+Blue) = 175+150+128=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9680 is #50697F. Grayscale: #9B9B9B. Windows color (decimal): -5269888 or 8427183. OLE color: 8427183.

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

Color convert

RGB175150128-
CMYK00.140.270.31
HSL28.09º22.71%59.41%-
HSV(B)28.09º26.86%68.63%-
XYZ32.4832.4924.98-
YUV154.97112.78142.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=38.63%
G=33.11%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515012800.140.270.3128.0922.7159.41
HexAF96800E1B1F1c173b
Octal2572262000163337342773
Binary1010111110010110100000000111011011111111110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9680; }

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

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

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

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

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

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

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

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