#A18D8B

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

Shades of Thatch #A18D8B

Tints of Thatch #A18D8B

Color information

#A18D8B (or 0xA18D8B) is unknown color: approx Thatch. HEX triplet: A1, 8D and 8B. RGB value is (161,141,139). Sum of RGB (Red+Green+Blue) = 161+141+139=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D8B is #5E7274. Grayscale: #929292. Windows color (decimal): -6189685 or 9145761. OLE color: 9145761.

HSL color Cylindrical-coordinate representation of color #A18D8B: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18D8B is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161141139-
CMYK00.120.140.37
HSL5.45º10.48%58.82%-
HSV(B)5.45º13.66%63.14%-
XYZ28.8828.4928.4-
YUV146.75123.63138.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=36.51%
G=31.97%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114113900.120.140.375.4510.4858.82
HexA18D8B0CE255a3b
Octal241215213014164551273
Binary1010000110001101100010110110011101001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D8B; }

 p { color: rgb(161,141,139); }

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

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

 a { background-color: rgb(161,141,139); }

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

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

 span { border-color: rgb(161,141,139); }

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