#A48B8B

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

Shades of Thatch #A48B8B

Tints of Thatch #A48B8B

Color information

#A48B8B (or 0xA48B8B) is unknown color: approx Thatch. HEX triplet: A4, 8B and 8B. RGB value is (164,139,139). Sum of RGB (Red+Green+Blue) = 164+139+139=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B8B is #5B7474. Grayscale: #929292. Windows color (decimal): -5993589 or 9145252. OLE color: 9145252.

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

Color convert

RGB164139139-
CMYK00.150.150.36
HSL12.08%59.41%-
HSV(B)15.24%64.31%-
XYZ29.228.2228.33-
YUV146.48123.78140.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413913900.150.150.36012.0859.41
HexA48B8B0FF240c3b
Octal244213213017174401473
Binary10100100100010111000101101111111110010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B8B; }

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

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

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

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

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

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

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

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