#A48852

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

Shades of Teak #A48852

Tints of Teak #A48852

Color information

#A48852 (or 0xA48852) is unknown color: approx Teak. HEX triplet: A4, 88 and 52. RGB value is (164,136,82). Sum of RGB (Red+Green+Blue) = 164+136+82=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48852 is #5B77AD. Grayscale: #8A8A8A. Windows color (decimal): -5994414 or 5408932. OLE color: 5408932.

HSL color Cylindrical-coordinate representation of color #A48852: hue angle of 39.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A48852 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB16413682-
CMYK00.170.50.36
HSL39.51º33.33%48.24%-
HSV(B)39.51º50%64.31%-
XYZ25.6426.1111.67-
YUV138.2296.28146.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=42.93%
G=35.60%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641368200.170.50.3639.5133.3348.24
HexA488520113224282130
Octal2442101220216244504160
Binary10100100100010001010010010001110010100100101000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48852; }

 p { color: rgb(164,136,82); }

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

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

 a { background-color: rgb(164,136,82); }

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

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

 span { border-color: rgb(164,136,82); }

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