#AF907F

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

Shades of Sandrift #AF907F

Tints of Sandrift #AF907F

Color information

#AF907F (or 0xAF907F) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 7F. RGB value is (175,144,127). Sum of RGB (Red+Green+Blue) = 175+144+127=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF907F is #506F80. Grayscale: #979797. Windows color (decimal): -5271425 or 8360111. OLE color: 8360111.

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

Color convert

RGB175144127-
CMYK00.180.270.31
HSL21.25º23.08%59.22%-
HSV(B)21.25º27.43%68.63%-
XYZ31.4830.5924.32-
YUV151.33114.27144.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 127 (50% from 255) = 28.48%
R=39.24%
G=32.29%
B=28.48%

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
Decimal17514412700.180.270.3121.2523.0859.22
HexAF907F0121B1F15173b
Octal2572201770223337252773
Binary1010111110010000111111101001011011111111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF907F; }

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

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

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

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

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

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

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

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