#AF977C

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

Shades of Sandrift #AF977C

Tints of Sandrift #AF977C

Color information

#AF977C (or 0xAF977C) is unknown color: approx Sandrift. HEX triplet: AF, 97 and 7C. RGB value is (175,151,124). Sum of RGB (Red+Green+Blue) = 175+151+124=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977C is #506883. Grayscale: #9B9B9B. Windows color (decimal): -5269636 or 8165295. OLE color: 8165295.

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

Color convert

RGB175151124-
CMYK00.140.290.31
HSL31.76º24.17%58.63%-
HSV(B)31.76º29.14%68.63%-
XYZ32.3832.723.67-
YUV155.1110.45142.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=38.89%
G=33.56%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515112400.140.290.3131.7624.1758.63
HexAF977C0E1D1F20183b
Octal2572271740163537403073
Binary1010111110010111111110001110111011111110000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF977C; }

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

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

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

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

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

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

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

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