#A88856

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

Shades of Teak #A88856

Tints of Teak #A88856

Color information

#A88856 (or 0xA88856) is unknown color: approx Teak. HEX triplet: A8, 88 and 56. RGB value is (168,136,86). Sum of RGB (Red+Green+Blue) = 168+136+86=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A88856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88856 is #5777A9. Grayscale: #8C8C8C. Windows color (decimal): -5732266 or 5671080. OLE color: 5671080.

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

Color convert

RGB16813686-
CMYK00.190.490.34
HSL36.59º32.28%49.8%-
HSV(B)36.59º48.81%65.88%-
XYZ26.6326.6112.54-
YUV139.8797.6148.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=43.08%
G=34.87%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681368600.190.490.3436.5932.2849.8
HexA888560133122252032
Octal2502101260236142454062
Binary10101000100010001010110010011110001100010100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88856; }

 p { color: rgb(168,136,86); }

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

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

 a { background-color: rgb(168,136,86); }

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

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

 span { border-color: rgb(168,136,86); }

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