#AF977D

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

Shades of Sandrift #AF977D

Tints of Sandrift #AF977D

Color information

#AF977D (or 0xAF977D) is unknown color: approx Sandrift. HEX triplet: AF, 97 and 7D. RGB value is (175,151,125). Sum of RGB (Red+Green+Blue) = 175+151+125=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977D is #506882. Grayscale: #9B9B9B. Windows color (decimal): -5269635 or 8230831. OLE color: 8230831.

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

Color convert

RGB175151125-
CMYK00.140.290.31
HSL31.2º23.81%58.82%-
HSV(B)31.2º28.57%68.63%-
XYZ32.4532.7324.01-
YUV155.21110.95142.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=38.80%
G=33.48%
B=27.72%

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
Decimal17515112500.140.290.3131.223.8158.82
HexAF977D0E1D1F1f183b
Octal2572271750163537373073
Binary101011111001011111111010111011101111111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF977D; }

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

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

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

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

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

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

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

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