#AF937F

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

Shades of Sandrift #AF937F

Tints of Sandrift #AF937F

Color information

#AF937F (or 0xAF937F) is unknown color: approx Sandrift. HEX triplet: AF, 93 and 7F. RGB value is (175,147,127). Sum of RGB (Red+Green+Blue) = 175+147+127=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937F is #506C80. Grayscale: #999999. Windows color (decimal): -5270657 or 8360879. OLE color: 8360879.

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

Color convert

RGB175147127-
CMYK00.160.270.31
HSL25º23.08%59.22%-
HSV(B)25º27.43%68.63%-
XYZ31.9431.5124.48-
YUV153.09113.28143.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 127 (50% from 255) = 28.29%
R=38.98%
G=32.74%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514712700.160.270.312523.0859.22
HexAF937F0101B1F19173b
Octal2572231770203337312773
Binary1010111110010011111111101000011011111111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF937F; }

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

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

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

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

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

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

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

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