#AF947C

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

Shades of Sandrift #AF947C

Tints of Sandrift #AF947C

Color information

#AF947C (or 0xAF947C) is unknown color: approx Sandrift. HEX triplet: AF, 94 and 7C. RGB value is (175,148,124). Sum of RGB (Red+Green+Blue) = 175+148+124=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947C is #506B83. Grayscale: #999999. Windows color (decimal): -5270404 or 8164527. OLE color: 8164527.

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

Color convert

RGB175148124-
CMYK00.150.290.31
HSL28.24º24.17%58.63%-
HSV(B)28.24º29.14%68.63%-
XYZ31.9131.7523.52-
YUV153.34111.45143.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=39.15%
G=33.11%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514812400.150.290.3128.2424.1758.63
HexAF947C0F1D1F1c183b
Octal2572241740173537343073
Binary101011111001010011111000111111101111111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF947C; }

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

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

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

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

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

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

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

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