#AF9183

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

Shades of Sandrift #AF9183

Tints of Sandrift #AF9183

Color information

#AF9183 (or 0xAF9183) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 83. RGB value is (175,145,131). Sum of RGB (Red+Green+Blue) = 175+145+131=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9183 is #506E7C. Grayscale: #989898. Windows color (decimal): -5271165 or 8622511. OLE color: 8622511.

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

Color convert

RGB175145131-
CMYK00.170.250.31
HSL19.09º21.57%60%-
HSV(B)19.09º25.14%68.63%-
XYZ31.93125.78-
YUV152.37115.94144.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=38.80%
G=32.15%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514513100.170.250.3119.0921.5760
HexAF9183011191F13163c
Octal2572212030213137232674
Binary10101111100100011000001101000111001111111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9183; }

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

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

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

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

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

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

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

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