#A68F7E

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

Shades of Sandrift #A68F7E

Tints of Sandrift #A68F7E

Color information

#A68F7E (or 0xA68F7E) is unknown color: approx Sandrift. HEX triplet: A6, 8F and 7E. RGB value is (166,143,126). Sum of RGB (Red+Green+Blue) = 166+143+126=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F7E is #597081. Grayscale: #949494. Windows color (decimal): -5861506 or 8294310. OLE color: 8294310.

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

Color convert

RGB166143126-
CMYK00.140.240.35
HSL25.5º18.35%57.25%-
HSV(B)25.5º24.1%65.1%-
XYZ29.3129.2623.84-
YUV147.94115.62140.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=38.16%
G=32.87%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614312600.140.240.3525.518.3557.25
HexA68F7E0E18231a1239
Octal2462171760163043322271
Binary1010011010001111111111001110110001000111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F7E; }

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

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

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

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

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

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

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

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