#A6907C

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

Shades of Sandrift #A6907C

Tints of Sandrift #A6907C

Color information

#A6907C (or 0xA6907C) is unknown color: approx Sandrift. HEX triplet: A6, 90 and 7C. RGB value is (166,144,124). Sum of RGB (Red+Green+Blue) = 166+144+124=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6907C is #596F83. Grayscale: #949494. Windows color (decimal): -5861252 or 8163494. OLE color: 8163494.

HSL color Cylindrical-coordinate representation of color #A6907C: hue angle of 28.57º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6907C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166144124-
CMYK00.130.250.35
HSL28.57º19.09%56.86%-
HSV(B)28.57º25.3%65.1%-
XYZ29.3429.5123.22-
YUV148.3114.29140.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=38.25%
G=33.18%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614412400.130.250.3528.5719.0956.86
HexA6907C0D19231d1339
Octal2462201740153143352371
Binary1010011010010000111110001101110011000111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6907C; }

 p { color: rgb(166,144,124); }

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

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

 a { background-color: rgb(166,144,124); }

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

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

 span { border-color: rgb(166,144,124); }

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