#A79693

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

Shades of Thatch #A79693

Tints of Thatch #A79693

Color information

#A79693 (or 0xA79693) is unknown color: approx Thatch. HEX triplet: A7, 96 and 93. RGB value is (167,150,147). Sum of RGB (Red+Green+Blue) = 167+150+147=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 167 - color contains mainly: red. Hex color #A79693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79693 is #58696C. Grayscale: #9A9A9A. Windows color (decimal): -5794157 or 9672359. OLE color: 9672359.

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

Color convert

RGB167150147-
CMYK00.100.120.35
HSL10.2%61.57%-
HSV(B)11.98%65.49%-
XYZ32.1132.1332.11-
YUV154.74123.63136.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=35.99%
G=32.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715014700.100.120.35910.261.57
HexA796930AC239a3e
Octal2472262230121443111276
Binary10100111100101101001001101010110010001110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79693; }

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

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

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

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

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

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

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

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