#A99258

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

Shades of Teak #A99258

Tints of Teak #A99258

Color information

#A99258 (or 0xA99258) is unknown color: approx Teak. HEX triplet: A9, 92 and 58. RGB value is (169,146,88). Sum of RGB (Red+Green+Blue) = 169+146+88=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99258 is #566DA7. Grayscale: #929292. Windows color (decimal): -5664168 or 5804713. OLE color: 5804713.

HSL color Cylindrical-coordinate representation of color #A99258: hue angle of 42.96º 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 #A99258 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16914688-
CMYK00.140.480.34
HSL42.96º32.02%50.39%-
HSV(B)42.96º47.93%66.27%-
XYZ28.429.713.47-
YUV146.2795.12144.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 88 (34.77% from 255) = 21.84%
R=41.94%
G=36.23%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691468800.140.480.3442.9632.0250.39
HexA992580E30222b2032
Octal2512221300166042534062
Binary1010100110010010101100001110110000100010101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99258; }

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

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

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

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

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

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

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

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