#AF9083

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

Shades of Sandrift #AF9083

Tints of Sandrift #AF9083

Color information

#AF9083 (or 0xAF9083) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 83. RGB value is (175,144,131). Sum of RGB (Red+Green+Blue) = 175+144+131=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9083 is #506F7C. Grayscale: #979797. Windows color (decimal): -5271421 or 8622255. OLE color: 8622255.

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

Color convert

RGB175144131-
CMYK00.180.250.31
HSL17.73º21.57%60%-
HSV(B)17.73º25.14%68.63%-
XYZ31.7530.725.72-
YUV151.79116.27144.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=38.89%
G=32%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514413100.180.250.3117.7321.5760
HexAF9083012191F12163c
Octal2572202030223137222674
Binary10101111100100001000001101001011001111111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9083; }

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

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

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

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

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

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

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

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