#A98654

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

Shades of Teak #A98654

Tints of Teak #A98654

Color information

#A98654 (or 0xA98654) is unknown color: approx Teak. HEX triplet: A9, 86 and 54. RGB value is (169,134,84). Sum of RGB (Red+Green+Blue) = 169+134+84=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A98654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98654 is #5679AB. Grayscale: #8B8B8B. Windows color (decimal): -5667244 or 5539497. OLE color: 5539497.

HSL color Cylindrical-coordinate representation of color #A98654: hue angle of 35.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A98654 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB16913484-
CMYK00.210.500.34
HSL35.29º33.6%49.61%-
HSV(B)35.29º50.3%66.27%-
XYZ26.4926.1312.03-
YUV138.7697.1149.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=43.67%
G=34.63%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691348400.210.500.3435.2933.649.61
HexA986540153222232232
Octal2512061240256242434262
Binary10101001100001101010100010101110010100010100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98654; }

 p { color: rgb(169,134,84); }

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

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

 a { background-color: rgb(169,134,84); }

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

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

 span { border-color: rgb(169,134,84); }

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