#A8875E

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

Shades of Teak #A8875E

Tints of Teak #A8875E

Color information

#A8875E (or 0xA8875E) is unknown color: approx Teak. HEX triplet: A8, 87 and 5E. RGB value is (168,135,94). Sum of RGB (Red+Green+Blue) = 168+135+94=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8875E is #5778A1. Grayscale: #8C8C8C. Windows color (decimal): -5732514 or 6195112. OLE color: 6195112.

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

Color convert

RGB16813594-
CMYK00.200.440.34
HSL33.24º29.84%51.37%-
HSV(B)33.24º44.05%65.88%-
XYZ26.8326.4614.28-
YUV140.19101.93147.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=42.32%
G=34.01%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681359400.200.440.3433.2429.8451.37
HexA8875E0142C22211e33
Octal2502071360245442413663
Binary1010100010000111101111001010010110010001010000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8875E; }

 p { color: rgb(168,135,94); }

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

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

 a { background-color: rgb(168,135,94); }

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

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

 span { border-color: rgb(168,135,94); }

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