#A69795

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

Shades of Thatch #A69795

Tints of Thatch #A69795

Color information

#A69795 (or 0xA69795) is unknown color: approx Thatch. HEX triplet: A6, 97 and 95. RGB value is (166,151,149). Sum of RGB (Red+Green+Blue) = 166+151+149=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A69795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69795 is #59686A. Grayscale: #9B9B9B. Windows color (decimal): -5859435 or 9803686. OLE color: 9803686.

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

Color convert

RGB166151149-
CMYK00.090.100.35
HSL7.06º8.72%61.76%-
HSV(B)7.06º10.24%65.1%-
XYZ32.2232.4132.99-
YUV155.26124.47135.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=35.62%
G=32.40%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615114900.090.100.357.068.7261.76
HexA6979509A23793e
Octal246227225011124371176
Binary1010011010010111100101010100110101000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69795; }

 p { color: rgb(166,151,149); }

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

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

 a { background-color: rgb(166,151,149); }

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

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

 span { border-color: rgb(166,151,149); }

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