#A68F7F

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

Shades of Sandrift #A68F7F

Tints of Sandrift #A68F7F

Color information

#A68F7F (or 0xA68F7F) is unknown color: approx Sandrift. HEX triplet: A6, 8F and 7F. RGB value is (166,143,127). Sum of RGB (Red+Green+Blue) = 166+143+127=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F7F is #597080. Grayscale: #949494. Windows color (decimal): -5861505 or 8359846. OLE color: 8359846.

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

Color convert

RGB166143127-
CMYK00.140.230.35
HSL24.62º17.97%57.45%-
HSV(B)24.62º23.49%65.1%-
XYZ29.3829.2824.18-
YUV148.05116.12140.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 127 (50% from 255) = 29.13%
R=38.07%
G=32.80%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614312700.140.230.3524.6217.9757.45
HexA68F7F0E1723191239
Octal2462171770162743312271
Binary1010011010001111111111101110101111000111100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F7F; }

 p { color: rgb(166,143,127); }

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

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

 a { background-color: rgb(166,143,127); }

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

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

 span { border-color: rgb(166,143,127); }

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