#AF917C

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

Shades of Sandrift #AF917C

Tints of Sandrift #AF917C

Color information

#AF917C (or 0xAF917C) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 7C. RGB value is (175,145,124). Sum of RGB (Red+Green+Blue) = 175+145+124=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917C is #506E83. Grayscale: #979797. Windows color (decimal): -5271172 or 8163759. OLE color: 8163759.

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

Color convert

RGB175145124-
CMYK00.170.290.31
HSL24.71º24.17%58.63%-
HSV(B)24.71º29.14%68.63%-
XYZ31.4430.8223.36-
YUV151.58112.44144.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=39.41%
G=32.66%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514512400.170.290.3124.7124.1758.63
HexAF917C0111D1F19183b
Octal2572211740213537313073
Binary1010111110010001111110001000111101111111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF917C; }

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

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

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

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

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

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

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

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