#AF977B

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

Shades of Sandrift #AF977B

Tints of Sandrift #AF977B

Color information

#AF977B (or 0xAF977B) is unknown color: approx Sandrift. HEX triplet: AF, 97 and 7B. RGB value is (175,151,123). Sum of RGB (Red+Green+Blue) = 175+151+123=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977B is #506884. Grayscale: #9B9B9B. Windows color (decimal): -5269637 or 8099759. OLE color: 8099759.

HSL color Cylindrical-coordinate representation of color #AF977B: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF977B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175151123-
CMYK00.140.300.31
HSL32.31º24.53%58.43%-
HSV(B)32.31º29.71%68.63%-
XYZ32.3232.6823.34-
YUV154.98109.95142.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=38.98%
G=33.63%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515112300.140.300.3132.3124.5358.43
HexAF977B0E1E1F20193a
Octal2572271730163637403172
Binary1010111110010111111101101110111101111110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF977B; }

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

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

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

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

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

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

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

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