#A88A5D

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

Shades of Teak #A88A5D

Tints of Teak #A88A5D

Color information

#A88A5D (or 0xA88A5D) is unknown color: approx Teak. HEX triplet: A8, 8A and 5D. RGB value is (168,138,93). Sum of RGB (Red+Green+Blue) = 168+138+93=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A5D is #5775A2. Grayscale: #8E8E8E. Windows color (decimal): -5731747 or 6130344. OLE color: 6130344.

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

Color convert

RGB16813893-
CMYK00.180.450.34
HSL36º30.12%51.18%-
HSV(B)36º44.64%65.88%-
XYZ27.2127.2914.19-
YUV141.84100.44146.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=42.11%
G=34.59%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681389300.180.450.343630.1251.18
HexA88A5D0122D22241e33
Octal2502121350225542443663
Binary1010100010001010101110101001010110110001010010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A5D; }

 p { color: rgb(168,138,93); }

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

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

 a { background-color: rgb(168,138,93); }

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

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

 span { border-color: rgb(168,138,93); }

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