#AF9080

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

Shades of Sandrift #AF9080

Tints of Sandrift #AF9080

Color information

#AF9080 (or 0xAF9080) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 80. RGB value is (175,144,128). Sum of RGB (Red+Green+Blue) = 175+144+128=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9080 is #506F7F. Grayscale: #979797. Windows color (decimal): -5271424 or 8425647. OLE color: 8425647.

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

Color convert

RGB175144128-
CMYK00.180.270.31
HSL20.43º22.71%59.41%-
HSV(B)20.43º26.86%68.63%-
XYZ31.5530.6224.67-
YUV151.44114.77144.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=39.15%
G=32.21%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514412800.180.270.3120.4322.7159.41
HexAF90800121B1F14173b
Octal2572202000223337242773
Binary10101111100100001000000001001011011111111010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9080; }

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

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

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

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

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

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

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

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