#A5918D

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

Shades of Thatch #A5918D

Tints of Thatch #A5918D

Color information

#A5918D (or 0xA5918D) is unknown color: approx Thatch. HEX triplet: A5, 91 and 8D. RGB value is (165,145,141). Sum of RGB (Red+Green+Blue) = 165+145+141=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5918D is #5A6E72. Grayscale: #969696. Windows color (decimal): -5926515 or 9277861. OLE color: 9277861.

HSL color Cylindrical-coordinate representation of color #A5918D: hue angle of 10º 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 #A5918D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165145141-
CMYK00.120.150.35
HSL10º11.76%60%-
HSV(B)10º14.55%64.71%-
XYZ30.4530.1729.42-
YUV150.52122.63138.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=36.59%
G=32.15%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514514100.120.150.351011.7660
HexA5918D0CF23ac3c
Octal2452212150141743121474
Binary10100101100100011000110101100111110001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5918D; }

 p { color: rgb(165,145,141); }

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

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

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

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

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

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

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