#A68C5F

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

Shades of Teak #A68C5F

Tints of Teak #A68C5F

Color information

#A68C5F (or 0xA68C5F) is unknown color: approx Teak. HEX triplet: A6, 8C and 5F. RGB value is (166,140,95). Sum of RGB (Red+Green+Blue) = 166+140+95=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C5F is #5973A0. Grayscale: #8E8E8E. Windows color (decimal): -5862305 or 6261926. OLE color: 6261926.

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

Color convert

RGB16614095-
CMYK00.160.430.35
HSL38.03º28.51%51.18%-
HSV(B)38.03º42.77%65.1%-
XYZ27.1727.6914.74-
YUV142.64101.11144.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=41.40%
G=34.91%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661409500.160.430.3538.0328.5151.18
HexA68C5F0102B23261d33
Octal2462141370205343463563
Binary1010011010001100101111101000010101110001110011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C5F; }

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

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

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

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

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

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

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

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