#A69693

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

Shades of Thatch #A69693

Tints of Thatch #A69693

Color information

#A69693 (or 0xA69693) is unknown color: approx Thatch. HEX triplet: A6, 96 and 93. RGB value is (166,150,147). Sum of RGB (Red+Green+Blue) = 166+150+147=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A69693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69693 is #59696C. Grayscale: #9A9A9A. Windows color (decimal): -5859693 or 9672358. OLE color: 9672358.

HSL color Cylindrical-coordinate representation of color #A69693: hue angle of 9.47º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69693 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB166150147-
CMYK00.100.110.35
HSL9.47º9.64%61.37%-
HSV(B)9.47º11.45%65.1%-
XYZ31.932.0332.1-
YUV154.44123.8136.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=35.85%
G=32.40%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615014700.100.110.359.479.6461.37
HexA696930AB239a3d
Octal2462262230121343111275
Binary10100110100101101001001101010101110001110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69693; }

 p { color: rgb(166,150,147); }

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

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

 a { background-color: rgb(166,150,147); }

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

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

 span { border-color: rgb(166,150,147); }

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