#A38C86

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

Shades of Thatch #A38C86

Tints of Thatch #A38C86

Color information

#A38C86 (or 0xA38C86) is unknown color: approx Thatch. HEX triplet: A3, 8C and 86. RGB value is (163,140,134). Sum of RGB (Red+Green+Blue) = 163+140+134=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C86 is #5C7379. Grayscale: #929292. Windows color (decimal): -6058874 or 8817827. OLE color: 8817827.

HSL color Cylindrical-coordinate representation of color #A38C86: hue angle of 12.41º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38C86 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163140134-
CMYK00.140.180.36
HSL12.41º13.62%58.24%-
HSV(B)12.41º17.79%63.92%-
XYZ28.7928.2626.49-
YUV146.19121.12139.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=37.30%
G=32.04%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314013400.140.180.3612.4113.6258.24
HexA38C860E1224ce3a
Octal2432142060162244141672
Binary101000111000110010000110011101001010010011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C86; }

 p { color: rgb(163,140,134); }

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

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

 a { background-color: rgb(163,140,134); }

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

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

 span { border-color: rgb(163,140,134); }

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