#A98555

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

Shades of Teak #A98555

Tints of Teak #A98555

Color information

#A98555 (or 0xA98555) is unknown color: approx Teak. HEX triplet: A9, 85 and 55. RGB value is (169,133,85). Sum of RGB (Red+Green+Blue) = 169+133+85=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A98555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98555 is #567AAA. Grayscale: #8A8A8A. Windows color (decimal): -5667499 or 5604777. OLE color: 5604777.

HSL color Cylindrical-coordinate representation of color #A98555: hue angle of 34.29º degrees, saturation: 0.33, 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 #A98555 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB16913385-
CMYK00.210.500.34
HSL34.29º33.07%49.8%-
HSV(B)34.29º49.7%66.27%-
XYZ26.3925.8712.2-
YUV138.2997.93149.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=43.67%
G=34.37%
B=21.96%

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
Decimal1691338500.210.500.3434.2933.0749.8
HexA985550153222222132
Octal2512051250256242424162
Binary10101001100001011010101010101110010100010100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98555; }

 p { color: rgb(169,133,85); }

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

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

 a { background-color: rgb(169,133,85); }

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

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

 span { border-color: rgb(169,133,85); }

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