#A88A4F

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

Shades of Teak #A88A4F

Tints of Teak #A88A4F

Color information

#A88A4F (or 0xA88A4F) is unknown color: approx Teak. HEX triplet: A8, 8A and 4F. RGB value is (168,138,79). Sum of RGB (Red+Green+Blue) = 168+138+79=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A4F is #5775B0. Grayscale: #8C8C8C. Windows color (decimal): -5731761 or 5212840. OLE color: 5212840.

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

Color convert

RGB16813879-
CMYK00.180.530.34
HSL39.78º36.03%48.43%-
HSV(B)39.78º52.98%65.88%-
XYZ26.6527.0711.22-
YUV140.2493.44147.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=43.64%
G=35.84%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681387900.180.530.3439.7836.0348.43
HexA88A4F0123522282430
Octal2502121170226542504460
Binary10101000100010101001111010010110101100010101000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A4F; }

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

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

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

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

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

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

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

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