#A98F8C

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

Shades of Thatch #A98F8C

Tints of Thatch #A98F8C

Color information

#A98F8C (or 0xA98F8C) is unknown color: approx Thatch. HEX triplet: A9, 8F and 8C. RGB value is (169,143,140). Sum of RGB (Red+Green+Blue) = 169+143+140=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98F8C is #567073. Grayscale: #969696. Windows color (decimal): -5664884 or 9211817. OLE color: 9211817.

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

Color convert

RGB169143140-
CMYK00.150.170.34
HSL6.21º14.43%60.59%-
HSV(B)6.21º17.16%66.27%-
XYZ30.9229.9728.97-
YUV150.43122.11141.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=37.39%
G=31.64%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914314000.150.170.346.2114.4360.59
HexA98F8C0F11226e3d
Octal251217214017214261675
Binary10101001100011111000110001111100011000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F8C; }

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

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

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

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

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

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

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

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