#A9918B

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

Shades of Thatch #A9918B

Tints of Thatch #A9918B

Color information

#A9918B (or 0xA9918B) is unknown color: approx Thatch. HEX triplet: A9, 91 and 8B. RGB value is (169,145,139). Sum of RGB (Red+Green+Blue) = 169+145+139=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A9918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9918B is #566E74. Grayscale: #979797. Windows color (decimal): -5664373 or 9146793. OLE color: 9146793.

HSL color Cylindrical-coordinate representation of color #A9918B: hue angle of 12º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9918B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169145139-
CMYK00.140.180.34
HSL12º14.85%60.39%-
HSV(B)12º17.75%66.27%-
XYZ31.1530.5528.68-
YUV151.49120.95140.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=37.31%
G=32.01%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914513900.140.180.341214.8560.39
HexA9918B0E1222cf3c
Octal2512212130162242141774
Binary101010011001000110001011011101001010001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9918B; }

 p { color: rgb(169,145,139); }

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

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

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

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

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

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

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