#A98951

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

Shades of Teak #A98951

Tints of Teak #A98951

Color information

#A98951 (or 0xA98951) is unknown color: approx Teak. HEX triplet: A9, 89 and 51. RGB value is (169,137,81). Sum of RGB (Red+Green+Blue) = 169+137+81=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A98951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98951 is #5676AE. Grayscale: #8C8C8C. Windows color (decimal): -5666479 or 5343657. OLE color: 5343657.

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

Color convert

RGB16913781-
CMYK00.190.520.34
HSL38.18º35.2%49.02%-
HSV(B)38.18º52.07%66.27%-
XYZ26.7926.9211.57-
YUV140.1894.6148.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=43.67%
G=35.40%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691378100.190.520.3438.1835.249.02
HexA989510133422262331
Octal2512111210236442464361
Binary10101001100010011010001010011110100100010100110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98951; }

 p { color: rgb(169,137,81); }

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

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

 a { background-color: rgb(169,137,81); }

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

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

 span { border-color: rgb(169,137,81); }

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