#A98D5A

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

Shades of Teak #A98D5A

Tints of Teak #A98D5A

Color information

#A98D5A (or 0xA98D5A) is unknown color: approx Teak. HEX triplet: A9, 8D and 5A. RGB value is (169,141,90). Sum of RGB (Red+Green+Blue) = 169+141+90=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D5A is #5672A5. Grayscale: #8F8F8F. Windows color (decimal): -5665446 or 5934505. OLE color: 5934505.

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

Color convert

RGB16914190-
CMYK00.170.470.34
HSL38.73º31.47%50.78%-
HSV(B)38.73º46.75%66.27%-
XYZ27.7328.2213.66-
YUV143.5697.78146.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=42.25%
G=35.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691419000.170.470.3438.7331.4750.78
HexA98D5A0112F22271f33
Octal2512151320215742473763
Binary1010100110001101101101001000110111110001010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D5A; }

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

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

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

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

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

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

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

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