#a88c5b

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

Shades of Teak #A88C5B

Tints of Teak #A88C5B

Color information

#A88C5B (or 0xA88C5B) is unknown color: approx Teak. HEX triplet: A8, 8C and 5B. RGB value is (168,140,91). Sum of RGB (Red+Green+Blue) = 168+140+91=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C5B is #5773A4. Grayscale: #8F8F8F. Windows color (decimal): -5731237 or 5999784. OLE color: 5999784.

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

Color convert

RGB16814091-
CMYK00.170.460.34
HSL38.18º30.68%50.78%-
HSV(B)38.18º45.83%65.88%-
XYZ27.4127.8413.83-
YUV142.7998.78145.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=42.11%
G=35.09%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681409100.170.460.3438.1830.6850.78
HexA88C5B0112E22261f33
Octal2502141330215642463763
Binary1010100010001100101101101000110111010001010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88c5b; }

 p { color: rgb(168,140,91); }

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

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

 a { background-color: rgb(168,140,91); }

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

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

 span { border-color: rgb(168,140,91); }

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