#A18952

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

Shades of Teak #A18952

Tints of Teak #A18952

Color information

#A18952 (or 0xA18952) is unknown color: approx Teak. HEX triplet: A1, 89 and 52. RGB value is (161,137,82). Sum of RGB (Red+Green+Blue) = 161+137+82=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18952 is #5E76AD. Grayscale: #8A8A8A. Windows color (decimal): -6190766 or 5409185. OLE color: 5409185.

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

Color convert

RGB16113782-
CMYK00.150.490.37
HSL41.77º32.51%47.65%-
HSV(B)41.77º49.07%63.14%-
XYZ25.1726.0811.69-
YUV137.9196.45144.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=42.37%
G=36.05%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611378200.150.490.3741.7732.5147.65
HexA189520F31252a2130
Octal2412111220176145524160
Binary1010000110001001101001001111110001100101101010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18952; }

 p { color: rgb(161,137,82); }

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

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

 a { background-color: rgb(161,137,82); }

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

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

 span { border-color: rgb(161,137,82); }

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