#A2915F

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

Shades of Teak #A2915F

Tints of Teak #A2915F

Color information

#A2915F (or 0xA2915F) is unknown color: approx Teak. HEX triplet: A2, 91 and 5F. RGB value is (162,145,95). Sum of RGB (Red+Green+Blue) = 162+145+95=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2915F is #5D6EA0. Grayscale: #909090. Windows color (decimal): -6123169 or 6263202. OLE color: 6263202.

HSL color Cylindrical-coordinate representation of color #A2915F: hue angle of 44.78º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2915F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16214595-
CMYK00.100.410.36
HSL44.78º26.48%50.39%-
HSV(B)44.78º41.36%63.53%-
XYZ27.0928.7614.95-
YUV144.38100.13140.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=40.30%
G=36.07%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621459500.100.410.3644.7826.4850.39
HexA2915F0A29242d1a32
Octal2422211370125144553262
Binary101000101001000110111110101010100110010010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2915F; }

 p { color: rgb(162,145,95); }

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

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

 a { background-color: rgb(162,145,95); }

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

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

 span { border-color: rgb(162,145,95); }

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