#A88658

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

Shades of Teak #A88658

Tints of Teak #A88658

Color information

#A88658 (or 0xA88658) is unknown color: approx Teak. HEX triplet: A8, 86 and 58. RGB value is (168,134,88). Sum of RGB (Red+Green+Blue) = 168+134+88=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A88658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88658 is #5779A7. Grayscale: #8B8B8B. Windows color (decimal): -5732776 or 5801640. OLE color: 5801640.

HSL color Cylindrical-coordinate representation of color #A88658: hue angle of 34.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A88658 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16813488-
CMYK00.200.480.34
HSL34.5º31.5%50.2%-
HSV(B)34.5º47.62%65.88%-
XYZ26.4326.0812.87-
YUV138.9299.26148.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=43.08%
G=34.36%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681348800.200.480.3434.531.550.2
HexA886580143022231f32
Octal2502061300246042433762
Binary1010100010000110101100001010011000010001010001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88658; }

 p { color: rgb(168,134,88); }

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

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

 a { background-color: rgb(168,134,88); }

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

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

 span { border-color: rgb(168,134,88); }

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