#A98657

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

Shades of Teak #A98657

Tints of Teak #A98657

Color information

#A98657 (or 0xA98657) is unknown color: approx Teak. HEX triplet: A9, 86 and 57. RGB value is (169,134,87). Sum of RGB (Red+Green+Blue) = 169+134+87=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A98657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98657 is #5679A8. Grayscale: #8B8B8B. Windows color (decimal): -5667241 or 5736105. OLE color: 5736105.

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

Color convert

RGB16913487-
CMYK00.210.490.34
HSL34.39º32.28%50.2%-
HSV(B)34.39º48.52%66.27%-
XYZ26.6126.1712.67-
YUV139.1198.6149.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=43.33%
G=34.36%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691348700.210.490.3434.3932.2850.2
HexA986570153122222032
Octal2512061270256142424062
Binary10101001100001101010111010101110001100010100010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98657; }

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

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

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

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

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

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

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

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