#A88851

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

Shades of Teak #A88851

Tints of Teak #A88851

Color information

#A88851 (or 0xA88851) is unknown color: approx Teak. HEX triplet: A8, 88 and 51. RGB value is (168,136,81). Sum of RGB (Red+Green+Blue) = 168+136+81=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88851 is #5777AE. Grayscale: #8B8B8B. Windows color (decimal): -5732271 or 5343400. OLE color: 5343400.

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

Color convert

RGB16813681-
CMYK00.190.520.34
HSL37.93º34.94%48.82%-
HSV(B)37.93º51.79%65.88%-
XYZ26.4426.5311.51-
YUV139.395.1148.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=43.64%
G=35.32%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681368100.190.520.3437.9334.9448.82
HexA888510133422262331
Octal2502101210236442464361
Binary10101000100010001010001010011110100100010100110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88851; }

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

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

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

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

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

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

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

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