#AF957F

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

Shades of Sandrift #AF957F

Tints of Sandrift #AF957F

Color information

#AF957F (or 0xAF957F) is unknown color: approx Sandrift. HEX triplet: AF, 95 and 7F. RGB value is (175,149,127). Sum of RGB (Red+Green+Blue) = 175+149+127=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957F is #506A80. Grayscale: #9A9A9A. Windows color (decimal): -5270145 or 8361391. OLE color: 8361391.

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

Color convert

RGB175149127-
CMYK00.150.270.31
HSL27.5º23.08%59.22%-
HSV(B)27.5º27.43%68.63%-
XYZ32.2632.1424.58-
YUV154.27112.61142.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 127 (50% from 255) = 28.16%
R=38.80%
G=33.04%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514912700.150.270.3127.523.0859.22
HexAF957F0F1B1F1c173b
Octal2572251770173337342773
Binary101011111001010111111110111111011111111110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF957F; }

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

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

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

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

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

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

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

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