#A98A5E

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

Shades of Teak #A98A5E

Tints of Teak #A98A5E

Color information

#A98A5E (or 0xA98A5E) is unknown color: approx Teak. HEX triplet: A9, 8A and 5E. RGB value is (169,138,94). Sum of RGB (Red+Green+Blue) = 169+138+94=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A5E is #5675A1. Grayscale: #8E8E8E. Windows color (decimal): -5666210 or 6195881. OLE color: 6195881.

HSL color Cylindrical-coordinate representation of color #A98A5E: hue angle of 35.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98A5E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16913894-
CMYK00.180.440.34
HSL35.2º30.36%51.57%-
HSV(B)35.2º44.38%66.27%-
XYZ27.4727.4214.43-
YUV142.25100.77147.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=42.14%
G=34.41%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691389400.180.440.3435.230.3651.57
HexA98A5E0122C22231e34
Octal2512121360225442433664
Binary1010100110001010101111001001010110010001010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A5E; }

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

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

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

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

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

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

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

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