#A3908E

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

Shades of Thatch #A3908E

Tints of Thatch #A3908E

Color information

#A3908E (or 0xA3908E) is unknown color: approx Thatch. HEX triplet: A3, 90 and 8E. RGB value is (163,144,142). Sum of RGB (Red+Green+Blue) = 163+144+142=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3908E is #5C6F71. Grayscale: #959595. Windows color (decimal): -6057842 or 9343139. OLE color: 9343139.

HSL color Cylindrical-coordinate representation of color #A3908E: hue angle of 5.71º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3908E is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163144142-
CMYK00.120.130.36
HSL5.71º10.24%59.8%-
HSV(B)5.71º12.88%63.92%-
XYZ29.9629.6929.74-
YUV149.45123.79137.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=36.30%
G=32.07%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314414200.120.130.365.7110.2459.8
HexA3908E0CD246a3c
Octal243220216014154461274
Binary1010001110010000100011100110011011001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3908E; }

 p { color: rgb(163,144,142); }

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

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

 a { background-color: rgb(163,144,142); }

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

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

 span { border-color: rgb(163,144,142); }

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