#A88D58

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

Shades of Teak #A88D58

Tints of Teak #A88D58

Color information

#A88D58 (or 0xA88D58) is unknown color: approx Teak. HEX triplet: A8, 8D and 58. RGB value is (168,141,88). Sum of RGB (Red+Green+Blue) = 168+141+88=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D58 is #5772A7. Grayscale: #8F8F8F. Windows color (decimal): -5730984 or 5803432. OLE color: 5803432.

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

Color convert

RGB16814188-
CMYK00.160.480.34
HSL39.75º31.5%50.2%-
HSV(B)39.75º47.62%65.88%-
XYZ27.4328.0813.21-
YUV143.0396.95145.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=42.32%
G=35.52%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681418800.160.480.3439.7531.550.2
HexA88D580103022281f32
Octal2502151300206042503762
Binary1010100010001101101100001000011000010001010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D58; }

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

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

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

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

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

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

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

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