#a88d52

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

Shades of Teak #A88D52

Tints of Teak #A88D52

Color information

#A88D52 (or 0xA88D52) is unknown color: approx Teak. HEX triplet: A8, 8D and 52. RGB value is (168,141,82). Sum of RGB (Red+Green+Blue) = 168+141+82=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D52 is #5772AD. Grayscale: #8E8E8E. Windows color (decimal): -5730990 or 5410216. OLE color: 5410216.

HSL color Cylindrical-coordinate representation of color #A88D52: hue angle of 41.16º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A88D52 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16814182-
CMYK00.160.510.34
HSL41.16º34.4%49.02%-
HSV(B)41.16º51.19%65.88%-
XYZ27.227.9811.95-
YUV142.3593.95146.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=42.97%
G=36.06%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681418200.160.510.3441.1634.449.02
HexA88D520103322292231
Octal2502151220206342514261
Binary10101000100011011010010010000110011100010101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88d52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88d52; }

 p { color: rgb(168,141,82); }

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

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

 a { background-color: rgb(168,141,82); }

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

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

 span { border-color: rgb(168,141,82); }

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