#A48556

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

Shades of Teak #A48556

Tints of Teak #A48556

Color information

#A48556 (or 0xA48556) is unknown color: approx Teak. HEX triplet: A4, 85 and 56. RGB value is (164,133,86). Sum of RGB (Red+Green+Blue) = 164+133+86=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48556 is #5B7AA9. Grayscale: #898989. Windows color (decimal): -5995178 or 5670308. OLE color: 5670308.

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

Color convert

RGB16413386-
CMYK00.190.480.36
HSL36.15º31.2%49.02%-
HSV(B)36.15º47.56%64.31%-
XYZ25.3825.3412.36-
YUV136.9199.27147.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=42.82%
G=34.73%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641338600.190.480.3636.1531.249.02
HexA485560133024241f31
Octal2442051260236044443761
Binary1010010010000101101011001001111000010010010010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48556; }

 p { color: rgb(164,133,86); }

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

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

 a { background-color: rgb(164,133,86); }

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

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

 span { border-color: rgb(164,133,86); }

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