#A68B8A

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

Shades of Thatch #A68B8A

Tints of Thatch #A68B8A

Color information

#A68B8A (or 0xA68B8A) is unknown color: approx Thatch. HEX triplet: A6, 8B and 8A. RGB value is (166,139,138). Sum of RGB (Red+Green+Blue) = 166+139+138=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68B8A is #597475. Grayscale: #929292. Windows color (decimal): -5862518 or 9079718. OLE color: 9079718.

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

Color convert

RGB166139138-
CMYK00.160.170.35
HSL2.14º13.59%59.61%-
HSV(B)2.14º16.87%65.1%-
XYZ29.5528.4127.97-
YUV146.96122.95141.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=37.47%
G=31.38%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613913800.160.170.352.1413.5959.61
HexA68B8A01011232e3c
Octal246213212020214321674
Binary10100110100010111000101001000010001100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B8A; }

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

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

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

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

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

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

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

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