#A98C84

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

Shades of Thatch #A98C84

Tints of Thatch #A98C84

Color information

#A98C84 (or 0xA98C84) is unknown color: approx Thatch. HEX triplet: A9, 8C and 84. RGB value is (169,140,132). Sum of RGB (Red+Green+Blue) = 169+140+132=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C84 is #56737B. Grayscale: #939393. Windows color (decimal): -5665660 or 8686761. OLE color: 8686761.

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

Color convert

RGB169140132-
CMYK00.170.220.34
HSL12.97º17.7%59.02%-
HSV(B)12.97º21.89%66.27%-
XYZ29.9128.8625.82-
YUV147.76119.11143.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=38.32%
G=31.75%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914013200.170.220.3412.9717.759.02
HexA98C840111622d123b
Octal2512142040212642152273
Binary10101001100011001000010001000110110100010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C84; }

 p { color: rgb(169,140,132); }

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

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

 a { background-color: rgb(169,140,132); }

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

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

 span { border-color: rgb(169,140,132); }

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