#AF917F

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

Shades of Sandrift #AF917F

Tints of Sandrift #AF917F

Color information

#AF917F (or 0xAF917F) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 7F. RGB value is (175,145,127). Sum of RGB (Red+Green+Blue) = 175+145+127=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917F is #506E80. Grayscale: #989898. Windows color (decimal): -5271169 or 8360367. OLE color: 8360367.

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

Color convert

RGB175145127-
CMYK00.170.270.31
HSL22.5º23.08%59.22%-
HSV(B)22.5º27.43%68.63%-
XYZ31.6430.924.38-
YUV151.92113.94144.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 127 (50% from 255) = 28.41%
R=39.15%
G=32.44%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514512700.170.270.3122.523.0859.22
HexAF917F0111B1F17173b
Octal2572211770213337272773
Binary1010111110010001111111101000111011111111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF917F; }

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

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

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

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

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

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

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

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