#A38F89

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

Shades of Thatch #A38F89

Tints of Thatch #A38F89

Color information

#A38F89 (or 0xA38F89) is unknown color: approx Thatch. HEX triplet: A3, 8F and 89. RGB value is (163,143,137). Sum of RGB (Red+Green+Blue) = 163+143+137=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F89 is #5C7076. Grayscale: #949494. Windows color (decimal): -6058103 or 9015203. OLE color: 9015203.

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

Color convert

RGB163143137-
CMYK00.120.160.36
HSL13.85º12.38%58.82%-
HSV(B)13.85º15.95%63.92%-
XYZ29.4429.2427.76-
YUV148.3121.63138.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=36.79%
G=32.28%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314313700.120.160.3613.8512.3858.82
HexA38F890C1024ec3b
Octal2432172110142044161473
Binary101000111000111110001001011001000010010011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F89; }

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

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

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

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

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

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

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

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