#A4918B

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

Shades of Thatch #A4918B

Tints of Thatch #A4918B

Color information

#A4918B (or 0xA4918B) is unknown color: approx Thatch. HEX triplet: A4, 91 and 8B. RGB value is (164,145,139). Sum of RGB (Red+Green+Blue) = 164+145+139=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4918B is #5B6E74. Grayscale: #969696. Windows color (decimal): -5992053 or 9146788. OLE color: 9146788.

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

Color convert

RGB164145139-
CMYK00.120.150.36
HSL14.4º12.08%59.41%-
HSV(B)14.4º15.24%64.31%-
XYZ30.130.0128.63-
YUV150121.79137.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=36.61%
G=32.37%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414513900.120.150.3614.412.0859.41
HexA4918B0CF24ec3b
Octal2442212130141744161473
Binary10100100100100011000101101100111110010011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4918B; }

 p { color: rgb(164,145,139); }

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

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

 a { background-color: rgb(164,145,139); }

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

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

 span { border-color: rgb(164,145,139); }

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