#A6875B

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

Shades of Teak #A6875B

Tints of Teak #A6875B

Color information

#A6875B (or 0xA6875B) is unknown color: approx Teak. HEX triplet: A6, 87 and 5B. RGB value is (166,135,91). Sum of RGB (Red+Green+Blue) = 166+135+91=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6875B is #5978A4. Grayscale: #8B8B8B. Windows color (decimal): -5863589 or 5998502. OLE color: 5998502.

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

Color convert

RGB16613591-
CMYK00.190.450.35
HSL35.2º29.64%50.39%-
HSV(B)35.2º45.18%65.1%-
XYZ26.2826.1913.57-
YUV139.25100.77147.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=42.35%
G=34.44%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661359100.190.450.3535.229.6450.39
HexA6875B0132D23231e32
Octal2462071330235543433662
Binary1010011010000111101101101001110110110001110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6875B; }

 p { color: rgb(166,135,91); }

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

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

 a { background-color: rgb(166,135,91); }

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

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

 span { border-color: rgb(166,135,91); }

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