#A7885E

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

Shades of Teak #A7885E

Tints of Teak #A7885E

Color information

#A7885E (or 0xA7885E) is unknown color: approx Teak. HEX triplet: A7, 88 and 5E. RGB value is (167,136,94). Sum of RGB (Red+Green+Blue) = 167+136+94=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7885E is #5877A1. Grayscale: #8C8C8C. Windows color (decimal): -5797794 or 6195367. OLE color: 6195367.

HSL color Cylindrical-coordinate representation of color #A7885E: hue angle of 34.52º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7885E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16713694-
CMYK00.190.440.35
HSL34.52º29.32%51.18%-
HSV(B)34.52º43.71%65.49%-
XYZ26.7626.6314.32-
YUV140.48101.77146.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=42.07%
G=34.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671369400.190.440.3534.5229.3251.18
HexA7885E0132C23231d33
Octal2472101360235443433563
Binary1010011110001000101111001001110110010001110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7885E; }

 p { color: rgb(167,136,94); }

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

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

 a { background-color: rgb(167,136,94); }

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

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

 span { border-color: rgb(167,136,94); }

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