#A98A84

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

Shades of Thatch #A98A84

Tints of Thatch #A98A84

Color information

#A98A84 (or 0xA98A84) is unknown color: approx Thatch. HEX triplet: A9, 8A and 84. RGB value is (169,138,132). Sum of RGB (Red+Green+Blue) = 169+138+132=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A84 is #56757B. Grayscale: #929292. Windows color (decimal): -5666172 or 8686249. OLE color: 8686249.

HSL color Cylindrical-coordinate representation of color #A98A84: hue angle of 9.73º 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 #A98A84 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169138132-
CMYK00.180.220.34
HSL9.73º17.7%59.02%-
HSV(B)9.73º21.89%66.27%-
XYZ29.6228.2825.73-
YUV146.58119.77143.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=38.50%
G=31.44%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913813200.180.220.349.7317.759.02
HexA98A840121622a123b
Octal2512122040222642122273
Binary10101001100010101000010001001010110100010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A84; }

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

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

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

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

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

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

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

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