#AF957C

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

Shades of Sandrift #AF957C

Tints of Sandrift #AF957C

Color information

#AF957C (or 0xAF957C) is unknown color: approx Sandrift. HEX triplet: AF, 95 and 7C. RGB value is (175,149,124). Sum of RGB (Red+Green+Blue) = 175+149+124=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957C is #506A83. Grayscale: #9A9A9A. Windows color (decimal): -5270148 or 8164783. OLE color: 8164783.

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

Color convert

RGB175149124-
CMYK00.150.290.31
HSL29.41º24.17%58.63%-
HSV(B)29.41º29.14%68.63%-
XYZ32.0632.0623.57-
YUV153.92111.11143.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=39.06%
G=33.26%
B=27.68%

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
Decimal17514912400.150.290.3129.4124.1758.63
HexAF957C0F1D1F1d183b
Octal2572251740173537353073
Binary101011111001010111111000111111101111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF957C; }

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

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

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

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

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

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

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

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