#A6925F

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

Shades of Teak #A6925F

Tints of Teak #A6925F

Color information

#A6925F (or 0xA6925F) is unknown color: approx Teak. HEX triplet: A6, 92 and 5F. RGB value is (166,146,95). Sum of RGB (Red+Green+Blue) = 166+146+95=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6925F is #596DA0. Grayscale: #929292. Windows color (decimal): -5860769 or 6263462. OLE color: 6263462.

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

Color convert

RGB16614695-
CMYK00.120.430.35
HSL43.1º28.51%51.18%-
HSV(B)43.1º42.77%65.1%-
XYZ28.0729.4915.04-
YUV146.1799.13142.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=40.79%
G=35.87%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661469500.120.430.3543.128.5151.18
HexA6925F0C2B232b1d33
Octal2462221370145343533563
Binary101001101001001010111110110010101110001110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6925F; }

 p { color: rgb(166,146,95); }

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

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

 a { background-color: rgb(166,146,95); }

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

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

 span { border-color: rgb(166,146,95); }

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