#A98458

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

Shades of Teak #A98458

Tints of Teak #A98458

Color information

#A98458 (or 0xA98458) is unknown color: approx Teak. HEX triplet: A9, 84 and 58. RGB value is (169,132,88). Sum of RGB (Red+Green+Blue) = 169+132+88=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A98458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98458 is #567BA7. Grayscale: #8A8A8A. Windows color (decimal): -5667752 or 5801129. OLE color: 5801129.

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

Color convert

RGB16913288-
CMYK00.220.480.34
HSL32.59º32.02%50.39%-
HSV(B)32.59º47.93%66.27%-
XYZ26.3725.6412.79-
YUV138.0599.76150.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=43.44%
G=33.93%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691328800.220.480.3432.5932.0250.39
HexA984580163022212032
Octal2512041300266042414062
Binary10101001100001001011000010110110000100010100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98458; }

 p { color: rgb(169,132,88); }

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

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

 a { background-color: rgb(169,132,88); }

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

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

 span { border-color: rgb(169,132,88); }

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