#A8865A

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

Shades of Teak #A8865A

Tints of Teak #A8865A

Color information

#A8865A (or 0xA8865A) is unknown color: approx Teak. HEX triplet: A8, 86 and 5A. RGB value is (168,134,90). Sum of RGB (Red+Green+Blue) = 168+134+90=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8865A is #5779A5. Grayscale: #8B8B8B. Windows color (decimal): -5732774 or 5932712. OLE color: 5932712.

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

Color convert

RGB16813490-
CMYK00.200.460.34
HSL33.85º30.95%50.59%-
HSV(B)33.85º46.43%65.88%-
XYZ26.5226.1113.32-
YUV139.15100.26148.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=42.86%
G=34.18%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681349000.200.460.3433.8530.9550.59
HexA8865A0142E22221f33
Octal2502061320245642423763
Binary1010100010000110101101001010010111010001010001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8865A; }

 p { color: rgb(168,134,90); }

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

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

 a { background-color: rgb(168,134,90); }

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

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

 span { border-color: rgb(168,134,90); }

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