#A98F4E

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

Shades of Teak #A98F4E

Tints of Teak #A98F4E

Color information

#A98F4E (or 0xA98F4E) is unknown color: approx Teak. HEX triplet: A9, 8F and 4E. RGB value is (169,143,78). Sum of RGB (Red+Green+Blue) = 169+143+78=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F4E is #5670B1. Grayscale: #8F8F8F. Windows color (decimal): -5664946 or 5148585. OLE color: 5148585.

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

Color convert

RGB16914378-
CMYK00.150.540.34
HSL42.86º36.84%48.43%-
HSV(B)42.86º53.85%66.27%-
XYZ27.5628.6311.28-
YUV143.3691.11146.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 78 (30.86% from 255) = 20%
R=43.33%
G=36.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691437800.150.540.3442.8636.8448.43
HexA98F4E0F36222b2530
Octal2512171160176642534560
Binary1010100110001111100111001111110110100010101011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F4E; }

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

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

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

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

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

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

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

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