#A18853

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

Shades of Teak #A18853

Tints of Teak #A18853

Color information

#A18853 (or 0xA18853) is unknown color: approx Teak. HEX triplet: A1, 88 and 53. RGB value is (161,136,83). Sum of RGB (Red+Green+Blue) = 161+136+83=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18853 is #5E77AC. Grayscale: #898989. Windows color (decimal): -6191021 or 5474465. OLE color: 5474465.

HSL color Cylindrical-coordinate representation of color #A18853: hue angle of 40.77º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A18853 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16113683-
CMYK00.160.480.37
HSL40.77º31.97%47.84%-
HSV(B)40.77º48.45%63.14%-
XYZ25.0625.8111.84-
YUV137.4397.28144.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=42.37%
G=35.79%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611368300.160.480.3740.7731.9747.84
HexA188530103025292030
Octal2412101230206045514060
Binary10100001100010001010011010000110000100101101001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18853; }

 p { color: rgb(161,136,83); }

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

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

 a { background-color: rgb(161,136,83); }

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

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

 span { border-color: rgb(161,136,83); }

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