#A98A85

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

Shades of Thatch #A98A85

Tints of Thatch #A98A85

Color information

#A98A85 (or 0xA98A85) is unknown color: approx Thatch. HEX triplet: A9, 8A and 85. RGB value is (169,138,133). Sum of RGB (Red+Green+Blue) = 169+138+133=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A85 is #56757A. Grayscale: #929292. Windows color (decimal): -5666171 or 8751785. OLE color: 8751785.

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

Color convert

RGB169138133-
CMYK00.180.210.34
HSL8.33º17.31%59.22%-
HSV(B)8.33º21.3%66.27%-
XYZ29.6828.3126.09-
YUV146.7120.27143.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=38.41%
G=31.36%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913813300.180.210.348.3317.3159.22
HexA98A8501215228113b
Octal2512122050222542102173
Binary10101001100010101000010101001010101100010100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A85; }

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

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

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

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

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

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

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

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