#AF977E

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

Shades of Sandrift #AF977E

Tints of Sandrift #AF977E

Color information

#AF977E (or 0xAF977E) is unknown color: approx Sandrift. HEX triplet: AF, 97 and 7E. RGB value is (175,151,126). Sum of RGB (Red+Green+Blue) = 175+151+126=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977E is #506881. Grayscale: #9B9B9B. Windows color (decimal): -5269634 or 8296367. OLE color: 8296367.

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

Color convert

RGB175151126-
CMYK00.140.280.31
HSL30.61º23.44%59.02%-
HSV(B)30.61º28%68.63%-
XYZ32.5132.7524.35-
YUV155.33111.45142.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=38.72%
G=33.41%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515112600.140.280.3130.6123.4459.02
HexAF977E0E1C1F1f173b
Octal2572271760163437372773
Binary101011111001011111111100111011100111111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF977E; }

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

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

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

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

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

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

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

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