#A48C89

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

Shades of Thatch #A48C89

Tints of Thatch #A48C89

Color information

#A48C89 (or 0xA48C89) is unknown color: approx Thatch. HEX triplet: A4, 8C and 89. RGB value is (164,140,137). Sum of RGB (Red+Green+Blue) = 164+140+137=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C89 is #5B7376. Grayscale: #929292. Windows color (decimal): -5993335 or 9014436. OLE color: 9014436.

HSL color Cylindrical-coordinate representation of color #A48C89: hue angle of 6.67º degrees, saturation: 0.13, 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 #A48C89 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164140137-
CMYK00.150.160.36
HSL6.67º12.92%59.02%-
HSV(B)6.67º16.46%64.31%-
XYZ29.228.4527.62-
YUV146.83122.45140.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=37.19%
G=31.75%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414013700.150.160.366.6712.9259.02
HexA48C890F10247d3b
Octal244214211017204471573
Binary10100100100011001000100101111100001001001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C89; }

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

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

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

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

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

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

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

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