#AF8F7F

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

Shades of Sandrift #AF8F7F

Tints of Sandrift #AF8F7F

Color information

#AF8F7F (or 0xAF8F7F) is unknown color: approx Sandrift. HEX triplet: AF, 8F and 7F. RGB value is (175,143,127). Sum of RGB (Red+Green+Blue) = 175+143+127=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7F is #507080. Grayscale: #969696. Windows color (decimal): -5271681 or 8359855. OLE color: 8359855.

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

Color convert

RGB175143127-
CMYK00.180.270.31
HSL20º23.08%59.22%-
HSV(B)20º27.43%68.63%-
XYZ31.3330.2924.27-
YUV150.74114.6145.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 127 (50% from 255) = 28.54%
R=39.33%
G=32.13%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514312700.180.270.312023.0859.22
HexAF8F7F0121B1F14173b
Octal2572171770223337242773
Binary1010111110001111111111101001011011111111010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F7F; }

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

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

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

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

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

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

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

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