#A38C89

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

Shades of Thatch #A38C89

Tints of Thatch #A38C89

Color information

#A38C89 (or 0xA38C89) is unknown color: approx Thatch. HEX triplet: A3, 8C and 89. RGB value is (163,140,137). Sum of RGB (Red+Green+Blue) = 163+140+137=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C89 is #5C7376. Grayscale: #929292. Windows color (decimal): -6058871 or 9014435. OLE color: 9014435.

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

Color convert

RGB163140137-
CMYK00.140.160.36
HSL6.92º12.38%58.82%-
HSV(B)6.92º15.95%63.92%-
XYZ2928.3527.61-
YUV146.53122.62139.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=37.05%
G=31.82%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314013700.140.160.366.9212.3858.82
HexA38C890E10247c3b
Octal243214211016204471473
Binary10100011100011001000100101110100001001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C89; }

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

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

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

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

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

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

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

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