#A48F52

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

Shades of Teak #A48F52

Tints of Teak #A48F52

Color information

#A48F52 (or 0xA48F52) is unknown color: approx Teak. HEX triplet: A4, 8F and 52. RGB value is (164,143,82). Sum of RGB (Red+Green+Blue) = 164+143+82=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F52 is #5B70AD. Grayscale: #8E8E8E. Windows color (decimal): -5992622 or 5410724. OLE color: 5410724.

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

Color convert

RGB16414382-
CMYK00.130.50.36
HSL44.63º33.33%48.24%-
HSV(B)44.63º50%64.31%-
XYZ26.6628.1512.01-
YUV142.3293.96143.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=42.16%
G=36.76%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641438200.130.50.3644.6333.3348.24
HexA48F520D32242d2130
Octal2442171220156244554160
Binary1010010010001111101001001101110010100100101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F52; }

 p { color: rgb(164,143,82); }

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

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

 a { background-color: rgb(164,143,82); }

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

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

 span { border-color: rgb(164,143,82); }

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