#A68758

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

Shades of Teak #A68758

Tints of Teak #A68758

Color information

#A68758 (or 0xA68758) is unknown color: approx Teak. HEX triplet: A6, 87 and 58. RGB value is (166,135,88). Sum of RGB (Red+Green+Blue) = 166+135+88=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A68758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68758 is #5978A7. Grayscale: #8B8B8B. Windows color (decimal): -5863592 or 5801894. OLE color: 5801894.

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

Color convert

RGB16613588-
CMYK00.190.470.35
HSL36.15º30.71%49.8%-
HSV(B)36.15º46.99%65.1%-
XYZ26.1526.1412.9-
YUV138.9199.27147.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=42.67%
G=34.70%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661358800.190.470.3536.1530.7149.8
HexA687580132F23241f32
Octal2462071300235743443762
Binary1010011010000111101100001001110111110001110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68758; }

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

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

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

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

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

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

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

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