#A88A58

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

Shades of Teak #A88A58

Tints of Teak #A88A58

Color information

#A88A58 (or 0xA88A58) is unknown color: approx Teak. HEX triplet: A8, 8A and 58. RGB value is (168,138,88). Sum of RGB (Red+Green+Blue) = 168+138+88=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A58 is #5775A7. Grayscale: #8D8D8D. Windows color (decimal): -5731752 or 5802664. OLE color: 5802664.

HSL color Cylindrical-coordinate representation of color #A88A58: hue angle of 37.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 #A88A58 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16813888-
CMYK00.180.480.34
HSL37.5º31.5%50.2%-
HSV(B)37.5º47.62%65.88%-
XYZ2727.2113.06-
YUV141.2797.94147.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=42.64%
G=35.03%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681388800.180.480.3437.531.550.2
HexA88A580123022261f32
Octal2502121300226042463762
Binary1010100010001010101100001001011000010001010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A58; }

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

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

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

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

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

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

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

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