#A88D4E

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

Shades of Teak #A88D4E

Tints of Teak #A88D4E

Color information

#A88D4E (or 0xA88D4E) is unknown color: approx Teak. HEX triplet: A8, 8D and 4E. RGB value is (168,141,78). Sum of RGB (Red+Green+Blue) = 168+141+78=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D4E is #5772B1. Grayscale: #8E8E8E. Windows color (decimal): -5730994 or 5148072. OLE color: 5148072.

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

Color convert

RGB16814178-
CMYK00.160.540.34
HSL42º36.59%48.24%-
HSV(B)42º53.57%65.88%-
XYZ27.0527.9211.17-
YUV141.8991.95146.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=43.41%
G=36.43%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681417800.160.540.344236.5948.24
HexA88D4E01036222a2530
Octal2502151160206642524560
Binary10101000100011011001110010000110110100010101010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D4E; }

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

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

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

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

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

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

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

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