#A98985

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

Shades of Thatch #A98985

Tints of Thatch #A98985

Color information

#A98985 (or 0xA98985) is unknown color: approx Thatch. HEX triplet: A9, 89 and 85. RGB value is (169,137,133). Sum of RGB (Red+Green+Blue) = 169+137+133=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A98985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98985 is #56767A. Grayscale: #929292. Windows color (decimal): -5666427 or 8751529. OLE color: 8751529.

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

Color convert

RGB169137133-
CMYK00.190.210.34
HSL6.67º17.31%59.22%-
HSV(B)6.67º21.3%66.27%-
XYZ29.5428.0226.04-
YUV146.11120.6144.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=38.50%
G=31.21%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913713300.190.210.346.6717.3159.22
HexA9898501315227113b
Octal251211205023254272173
Binary1010100110001001100001010100111010110001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98985; }

 p { color: rgb(169,137,133); }

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

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

 a { background-color: rgb(169,137,133); }

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

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

 span { border-color: rgb(169,137,133); }

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