#A5938C

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

Shades of Thatch #A5938C

Tints of Thatch #A5938C

Color information

#A5938C (or 0xA5938C) is unknown color: approx Thatch. HEX triplet: A5, 93 and 8C. RGB value is (165,147,140). Sum of RGB (Red+Green+Blue) = 165+147+140=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5938C is #5A6C73. Grayscale: #979797. Windows color (decimal): -5926004 or 9212837. OLE color: 9212837.

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

Color convert

RGB165147140-
CMYK00.110.150.35
HSL16.8º12.2%59.8%-
HSV(B)16.8º15.15%64.71%-
XYZ30.6830.7629.13-
YUV151.58121.46137.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=36.50%
G=32.52%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514714000.110.150.3516.812.259.8
HexA5938C0BF2311c3c
Octal2452232140131743211474
Binary101001011001001110001100010111111100011100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5938C; }

 p { color: rgb(165,147,140); }

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

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

 a { background-color: rgb(165,147,140); }

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

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

 span { border-color: rgb(165,147,140); }

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