#A38B89

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

Shades of Thatch #A38B89

Tints of Thatch #A38B89

Color information

#A38B89 (or 0xA38B89) is unknown color: approx Thatch. HEX triplet: A3, 8B and 89. RGB value is (163,139,137). Sum of RGB (Red+Green+Blue) = 163+139+137=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38B89 is #5C7476. Grayscale: #919191. Windows color (decimal): -6059127 or 9014179. OLE color: 9014179.

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

Color convert

RGB163139137-
CMYK00.150.160.36
HSL4.62º12.38%58.82%-
HSV(B)4.62º15.95%63.92%-
XYZ28.8528.0627.56-
YUV145.95122.95140.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=37.13%
G=31.66%
B=31.21%

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
Decimal16313913700.150.160.364.6212.3858.82
HexA38B890F10245c3b
Octal243213211017204451473
Binary10100011100010111000100101111100001001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B89; }

 p { color: rgb(163,139,137); }

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

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

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

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

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

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

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