#A88555

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

Shades of Teak #A88555

Tints of Teak #A88555

Color information

#A88555 (or 0xA88555) is unknown color: approx Teak. HEX triplet: A8, 85 and 55. RGB value is (168,133,85). Sum of RGB (Red+Green+Blue) = 168+133+85=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A88555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88555 is #577AAA. Grayscale: #8A8A8A. Windows color (decimal): -5733035 or 5604776. OLE color: 5604776.

HSL color Cylindrical-coordinate representation of color #A88555: hue angle of 34.7º degrees, saturation: 0.33, 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 #A88555 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16813385-
CMYK00.210.490.34
HSL34.7º32.81%49.61%-
HSV(B)34.7º49.4%65.88%-
XYZ26.1825.7612.19-
YUV137.9998.1149.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=43.52%
G=34.46%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681338500.210.490.3434.732.8149.61
HexA885550153122232132
Octal2502051250256142434162
Binary10101000100001011010101010101110001100010100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88555; }

 p { color: rgb(168,133,85); }

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

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

 a { background-color: rgb(168,133,85); }

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

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

 span { border-color: rgb(168,133,85); }

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