#A98B5A

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

Shades of Teak #A98B5A

Tints of Teak #A98B5A

Color information

#A98B5A (or 0xA98B5A) is unknown color: approx Teak. HEX triplet: A9, 8B and 5A. RGB value is (169,139,90). Sum of RGB (Red+Green+Blue) = 169+139+90=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B5A is #5674A5. Grayscale: #8E8E8E. Windows color (decimal): -5665958 or 5933993. OLE color: 5933993.

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

Color convert

RGB16913990-
CMYK00.180.470.34
HSL37.22º31.47%50.78%-
HSV(B)37.22º46.75%66.27%-
XYZ27.4427.6413.56-
YUV142.3898.44146.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=42.46%
G=34.92%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691399000.180.470.3437.2231.4750.78
HexA98B5A0122F22251f33
Octal2512131320225742453763
Binary1010100110001011101101001001010111110001010010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B5A; }

 p { color: rgb(169,139,90); }

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

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

 a { background-color: rgb(169,139,90); }

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

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

 span { border-color: rgb(169,139,90); }

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