#A38D8D

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

Shades of Thatch #A38D8D

Tints of Thatch #A38D8D

Color information

#A38D8D (or 0xA38D8D) is unknown color: approx Thatch. HEX triplet: A3, 8D and 8D. RGB value is (163,141,141). Sum of RGB (Red+Green+Blue) = 163+141+141=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D8D is #5C7272. Grayscale: #939393. Windows color (decimal): -6058611 or 9276835. OLE color: 9276835.

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

Color convert

RGB163141141-
CMYK00.130.130.36
HSL10.68%59.61%-
HSV(B)13.5%63.92%-
XYZ29.4428.7629.2-
YUV147.58124.29139-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=36.63%
G=31.69%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314114100.130.130.36010.6859.61
HexA38D8D0DD240b3c
Octal243215215015154401374
Binary10100011100011011000110101101110110010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D8D; }

 p { color: rgb(163,141,141); }

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

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

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

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

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

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

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