#A68C7B

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

Shades of Sandrift #A68C7B

Tints of Sandrift #A68C7B

Color information

#A68C7B (or 0xA68C7B) is unknown color: approx Sandrift. HEX triplet: A6, 8C and 7B. RGB value is (166,140,123). Sum of RGB (Red+Green+Blue) = 166+140+123=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C7B is #597384. Grayscale: #919191. Windows color (decimal): -5862277 or 8096934. OLE color: 8096934.

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

Color convert

RGB166140123-
CMYK00.160.260.35
HSL23.72º19.46%56.67%-
HSV(B)23.72º25.9%65.1%-
XYZ28.6828.2922.69-
YUV145.84115.11142.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=38.69%
G=32.63%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614012300.160.260.3523.7219.4656.67
HexA68C7B0101A23181339
Octal2462141730203243302371
Binary10100110100011001111011010000110101000111100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C7B; }

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

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

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

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

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

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

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

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