#A6907A

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

Shades of Sandrift #A6907A

Tints of Sandrift #A6907A

Color information

#A6907A (or 0xA6907A) is unknown color: approx Sandrift. HEX triplet: A6, 90 and 7A. RGB value is (166,144,122). Sum of RGB (Red+Green+Blue) = 166+144+122=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A6907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6907A is #596F85. Grayscale: #949494. Windows color (decimal): -5861254 or 8032422. OLE color: 8032422.

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

Color convert

RGB166144122-
CMYK00.130.270.35
HSL30º19.82%56.47%-
HSV(B)30º26.51%65.1%-
XYZ29.2129.4622.56-
YUV148.07113.29140.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=38.43%
G=33.33%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614412200.130.270.353019.8256.47
HexA6907A0D1B231e1438
Octal2462201720153343362470
Binary1010011010010000111101001101110111000111111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6907A; }

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

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

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

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

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

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

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

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