#A19694

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

Shades of Thatch #A19694

Tints of Thatch #A19694

Color information

#A19694 (or 0xA19694) is unknown color: approx Thatch. HEX triplet: A1, 96 and 94. RGB value is (161,150,148). Sum of RGB (Red+Green+Blue) = 161+150+148=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19694 is #5E696B. Grayscale: #999999. Windows color (decimal): -6187372 or 9737889. OLE color: 9737889.

HSL color Cylindrical-coordinate representation of color #A19694: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19694 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB161150148-
CMYK00.070.080.37
HSL9.23º6.47%60.59%-
HSV(B)9.23º8.07%63.14%-
XYZ30.9531.5332.47-
YUV153.06125.14133.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=35.08%
G=32.68%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115014800.070.080.379.236.4760.59
HexA1969407825963d
Octal24122622407104511675
Binary101000011001011010010100011110001001011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19694; }

 p { color: rgb(161,150,148); }

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

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

 a { background-color: rgb(161,150,148); }

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

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

 span { border-color: rgb(161,150,148); }

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