#A88854

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

Shades of Teak #A88854

Tints of Teak #A88854

Color information

#A88854 (or 0xA88854) is unknown color: approx Teak. HEX triplet: A8, 88 and 54. RGB value is (168,136,84). Sum of RGB (Red+Green+Blue) = 168+136+84=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A88854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88854 is #5777AB. Grayscale: #8B8B8B. Windows color (decimal): -5732268 or 5540008. OLE color: 5540008.

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

Color convert

RGB16813684-
CMYK00.190.50.34
HSL37.14º33.33%49.41%-
HSV(B)37.14º50%65.88%-
XYZ26.5526.5712.12-
YUV139.6496.6148.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=43.30%
G=35.05%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681368400.190.50.3437.1433.3349.41
HexA888540133222252131
Octal2502101240236242454161
Binary10101000100010001010100010011110010100010100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88854; }

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

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

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

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

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

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

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

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