#A48F8B

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

Shades of Thatch #A48F8B

Tints of Thatch #A48F8B

Color information

#A48F8B (or 0xA48F8B) is unknown color: approx Thatch. HEX triplet: A4, 8F and 8B. RGB value is (164,143,139). Sum of RGB (Red+Green+Blue) = 164+143+139=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F8B is #5B7074. Grayscale: #949494. Windows color (decimal): -5992565 or 9146276. OLE color: 9146276.

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

Color convert

RGB164143139-
CMYK00.130.150.36
HSL9.6º12.08%59.41%-
HSV(B)9.6º15.24%64.31%-
XYZ29.7929.428.53-
YUV148.82122.46138.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=36.77%
G=32.06%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414313900.130.150.369.612.0859.41
HexA48F8B0DF24ac3b
Octal2442172130151744121473
Binary10100100100011111000101101101111110010010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F8B; }

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

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

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

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

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

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

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

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