#A89492

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

Shades of Thatch #A89492

Tints of Thatch #A89492

Color information

#A89492 (or 0xA89492) is unknown color: approx Thatch. HEX triplet: A8, 94 and 92. RGB value is (168,148,146). Sum of RGB (Red+Green+Blue) = 168+148+146=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A89492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89492 is #576B6D. Grayscale: #999999. Windows color (decimal): -5729134 or 9606312. OLE color: 9606312.

HSL color Cylindrical-coordinate representation of color #A89492: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89492 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168148146-
CMYK00.120.130.34
HSL5.45º11.22%61.57%-
HSV(B)5.45º13.1%65.88%-
XYZ31.9331.5831.61-
YUV153.75123.63138.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=36.36%
G=32.03%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814814600.120.130.345.4511.2261.57
HexA894920CD225b3e
Octal250224222014154251376
Binary1010100010010100100100100110011011000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89492; }

 p { color: rgb(168,148,146); }

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

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

 a { background-color: rgb(168,148,146); }

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

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

 span { border-color: rgb(168,148,146); }

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