#A68B7A

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

Shades of Sandrift #A68B7A

Tints of Sandrift #A68B7A

Color information

#A68B7A (or 0xA68B7A) is unknown color: approx Sandrift. HEX triplet: A6, 8B and 7A. RGB value is (166,139,122). Sum of RGB (Red+Green+Blue) = 166+139+122=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B7A is #597485. Grayscale: #919191. Windows color (decimal): -5862534 or 8031142. OLE color: 8031142.

HSL color Cylindrical-coordinate representation of color #A68B7A: hue angle of 23.18º 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 #A68B7A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166139122-
CMYK00.160.270.35
HSL23.18º19.82%56.47%-
HSV(B)23.18º26.51%65.1%-
XYZ28.4727.9822.31-
YUV145.14114.95142.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=38.88%
G=32.55%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613912200.160.270.3523.1819.8256.47
HexA68B7A0101B23171438
Octal2462131720203343272470
Binary10100110100010111111010010000110111000111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B7A; }

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

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

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

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

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

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

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

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