#A68D4F

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

Shades of Teak #A68D4F

Tints of Teak #A68D4F

Color information

#A68D4F (or 0xA68D4F) is unknown color: approx Teak. HEX triplet: A6, 8D and 4F. RGB value is (166,141,79). Sum of RGB (Red+Green+Blue) = 166+141+79=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D4F is #5972B0. Grayscale: #8D8D8D. Windows color (decimal): -5862065 or 5213606. OLE color: 5213606.

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

Color convert

RGB16614179-
CMYK00.150.520.35
HSL42.76º35.51%48.04%-
HSV(B)42.76º52.41%65.1%-
XYZ26.6627.7211.34-
YUV141.4192.78145.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=43.01%
G=36.53%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661417900.150.520.3542.7635.5148.04
HexA68D4F0F34232b2430
Octal2462151170176443534460
Binary1010011010001101100111101111110100100011101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D4F; }

 p { color: rgb(166,141,79); }

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

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

 a { background-color: rgb(166,141,79); }

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

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

 span { border-color: rgb(166,141,79); }

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