#A68B52

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

Shades of Teak #A68B52

Tints of Teak #A68B52

Color information

#A68B52 (or 0xA68B52) is unknown color: approx Teak. HEX triplet: A6, 8B and 52. RGB value is (166,139,82). Sum of RGB (Red+Green+Blue) = 166+139+82=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B52 is #5974AD. Grayscale: #8C8C8C. Windows color (decimal): -5862574 or 5409702. OLE color: 5409702.

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

Color convert

RGB16613982-
CMYK00.160.510.35
HSL40.71º33.87%48.63%-
HSV(B)40.71º50.6%65.1%-
XYZ26.4827.1811.83-
YUV140.5794.95146.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=42.89%
G=35.92%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661398200.160.510.3540.7133.8748.63
HexA68B520103323292231
Octal2462131220206343514261
Binary10100110100010111010010010000110011100011101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B52; }

 p { color: rgb(166,139,82); }

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

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

 a { background-color: rgb(166,139,82); }

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

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

 span { border-color: rgb(166,139,82); }

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