#AF9677

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

Shades of Sandrift #AF9677

Tints of Sandrift #AF9677

Color information

#AF9677 (or 0xAF9677) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 77. RGB value is (175,150,119). Sum of RGB (Red+Green+Blue) = 175+150+119=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9677 is #506988. Grayscale: #9A9A9A. Windows color (decimal): -5269897 or 7837359. OLE color: 7837359.

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

Color convert

RGB175150119-
CMYK00.140.320.31
HSL33.21º25.93%57.65%-
HSV(B)33.21º32%68.63%-
XYZ31.9232.2622-
YUV153.94108.28143.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=39.41%
G=33.78%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515011900.140.320.3133.2125.9357.65
HexAF96770E201F211a3a
Octal2572261670164037413272
Binary10101111100101101110111011101000001111110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9677; }

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

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

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

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

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

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

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

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