#A99693

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

Shades of Thatch #A99693

Tints of Thatch #A99693

Color information

#A99693 (or 0xA99693) is unknown color: approx Thatch. HEX triplet: A9, 96 and 93. RGB value is (169,150,147). Sum of RGB (Red+Green+Blue) = 169+150+147=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99693 is #56696C. Grayscale: #9B9B9B. Windows color (decimal): -5663085 or 9672361. OLE color: 9672361.

HSL color Cylindrical-coordinate representation of color #A99693: hue angle of 8.18º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99693 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169150147-
CMYK00.110.130.34
HSL8.18º11.34%61.96%-
HSV(B)8.18º13.02%66.27%-
XYZ32.5332.3532.13-
YUV155.34123.29137.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=36.27%
G=32.19%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915014700.110.130.348.1811.3461.96
HexA996930BD228b3e
Octal2512262230131542101376
Binary10101001100101101001001101011110110001010001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99693; }

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

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

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

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

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

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

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

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