#A69257

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

Shades of Teak #A69257

Tints of Teak #A69257

Color information

#A69257 (or 0xA69257) is unknown color: approx Teak. HEX triplet: A6, 92 and 57. RGB value is (166,146,87). Sum of RGB (Red+Green+Blue) = 166+146+87=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69257 is #596DA8. Grayscale: #919191. Windows color (decimal): -5860777 or 5739174. OLE color: 5739174.

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

Color convert

RGB16614687-
CMYK00.120.480.35
HSL44.81º31.23%49.61%-
HSV(B)44.81º47.59%65.1%-
XYZ27.7329.3513.22-
YUV145.2595.13142.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=41.60%
G=36.59%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661468700.120.480.3544.8131.2349.61
HexA692570C30232d1f32
Octal2462221270146043553762
Binary101001101001001010101110110011000010001110110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69257; }

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

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

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

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

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

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

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

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