#A6907B

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

Shades of Sandrift #A6907B

Tints of Sandrift #A6907B

Color information

#A6907B (or 0xA6907B) is unknown color: approx Sandrift. HEX triplet: A6, 90 and 7B. RGB value is (166,144,123). Sum of RGB (Red+Green+Blue) = 166+144+123=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6907B is #596F84. Grayscale: #949494. Windows color (decimal): -5861253 or 8097958. OLE color: 8097958.

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

Color convert

RGB166144123-
CMYK00.130.260.35
HSL29.3º19.46%56.67%-
HSV(B)29.3º25.9%65.1%-
XYZ29.2729.4822.89-
YUV148.18113.79140.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=38.34%
G=33.26%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614412300.130.260.3529.319.4656.67
HexA6907B0D1A231d1339
Octal2462201730153243352371
Binary1010011010010000111101101101110101000111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6907B; }

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

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

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

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

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

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

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

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