#AF947F

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

Shades of Sandrift #AF947F

Tints of Sandrift #AF947F

Color information

#AF947F (or 0xAF947F) is unknown color: approx Sandrift. HEX triplet: AF, 94 and 7F. RGB value is (175,148,127). Sum of RGB (Red+Green+Blue) = 175+148+127=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947F is #506B80. Grayscale: #999999. Windows color (decimal): -5270401 or 8361135. OLE color: 8361135.

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

Color convert

RGB175148127-
CMYK00.150.270.31
HSL26.25º23.08%59.22%-
HSV(B)26.25º27.43%68.63%-
XYZ32.131.8324.53-
YUV153.68112.95143.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 127 (50% from 255) = 28.22%
R=38.89%
G=32.89%
B=28.22%

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
Decimal17514812700.150.270.3126.2523.0859.22
HexAF947F0F1B1F1a173b
Octal2572241770173337322773
Binary101011111001010011111110111111011111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF947F; }

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

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

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

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

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

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

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

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