#A68752

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

Shades of Teak #A68752

Tints of Teak #A68752

Color information

#A68752 (or 0xA68752) is unknown color: approx Teak. HEX triplet: A6, 87 and 52. RGB value is (166,135,82). Sum of RGB (Red+Green+Blue) = 166+135+82=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68752 is #5978AD. Grayscale: #8A8A8A. Windows color (decimal): -5863598 or 5408678. OLE color: 5408678.

HSL color Cylindrical-coordinate representation of color #A68752: hue angle of 37.86º 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 #A68752 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16613582-
CMYK00.190.510.35
HSL37.86º33.87%48.63%-
HSV(B)37.86º50.6%65.1%-
XYZ25.9126.0411.64-
YUV138.2396.27147.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=43.34%
G=35.25%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661358200.190.510.3537.8633.8748.63
HexA687520133323262231
Octal2462071220236343464261
Binary10100110100001111010010010011110011100011100110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68752; }

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

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

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

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

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

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

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

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