#AF907C

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

Shades of Sandrift #AF907C

Tints of Sandrift #AF907C

Color information

#AF907C (or 0xAF907C) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 7C. RGB value is (175,144,124). Sum of RGB (Red+Green+Blue) = 175+144+124=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF907C is #506F83. Grayscale: #979797. Windows color (decimal): -5271428 or 8163503. OLE color: 8163503.

HSL color Cylindrical-coordinate representation of color #AF907C: hue angle of 23.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF907C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175144124-
CMYK00.180.290.31
HSL23.53º24.17%58.63%-
HSV(B)23.53º29.14%68.63%-
XYZ31.2930.5223.31-
YUV150.99112.77145.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=39.50%
G=32.51%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514412400.180.290.3123.5324.1758.63
HexAF907C0121D1F18183b
Octal2572201740223537303073
Binary1010111110010000111110001001011101111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF907C; }

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

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

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

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

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

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

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

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