#AF937C

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

Shades of Sandrift #AF937C

Tints of Sandrift #AF937C

Color information

#AF937C (or 0xAF937C) is unknown color: approx Sandrift. HEX triplet: AF, 93 and 7C. RGB value is (175,147,124). Sum of RGB (Red+Green+Blue) = 175+147+124=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937C is #506C83. Grayscale: #989898. Windows color (decimal): -5270660 or 8164271. OLE color: 8164271.

HSL color Cylindrical-coordinate representation of color #AF937C: hue angle of 27.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF937C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175147124-
CMYK00.160.290.31
HSL27.06º24.17%58.63%-
HSV(B)27.06º29.14%68.63%-
XYZ31.7531.4423.46-
YUV152.75111.78143.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=39.24%
G=32.96%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514712400.160.290.3127.0624.1758.63
HexAF937C0101D1F1b183b
Octal2572231740203537333073
Binary1010111110010011111110001000011101111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF937C; }

 p { color: rgb(175,147,124); }

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

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

 a { background-color: rgb(175,147,124); }

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

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

 span { border-color: rgb(175,147,124); }

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