#AF9177

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

Shades of Sandrift #AF9177

Tints of Sandrift #AF9177

Color information

#AF9177 (or 0xAF9177) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 77. RGB value is (175,145,119). Sum of RGB (Red+Green+Blue) = 175+145+119=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9177 is #506E88. Grayscale: #979797. Windows color (decimal): -5271177 or 7836079. OLE color: 7836079.

HSL color Cylindrical-coordinate representation of color #AF9177: hue angle of 27.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF9177 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB175145119-
CMYK00.170.320.31
HSL27.86º25.93%57.65%-
HSV(B)27.86º32%68.63%-
XYZ31.1330.721.74-
YUV151.01109.94145.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=39.86%
G=33.03%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514511900.170.320.3127.8625.9357.65
HexAF9177011201F1c1a3a
Octal2572211670214037343272
Binary10101111100100011110111010001100000111111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9177; }

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

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

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

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

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

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

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

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