#A19794

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

Shades of Thatch #A19794

Tints of Thatch #A19794

Color information

#A19794 (or 0xA19794) is unknown color: approx Thatch. HEX triplet: A1, 97 and 94. RGB value is (161,151,148). Sum of RGB (Red+Green+Blue) = 161+151+148=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19794 is #5E686B. Grayscale: #999999. Windows color (decimal): -6187116 or 9738145. OLE color: 9738145.

HSL color Cylindrical-coordinate representation of color #A19794: hue angle of 13.85º 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 #A19794 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB161151148-
CMYK00.060.080.37
HSL13.85º6.47%60.59%-
HSV(B)13.85º8.07%63.14%-
XYZ31.1131.8532.52-
YUV153.65124.81133.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=35%
G=32.83%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115114800.060.080.3713.856.4760.59
HexA1979406825e63d
Octal24122722406104516675
Binary101000011001011110010100011010001001011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19794; }

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

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

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

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

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

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

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

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