#A48F5E

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

Shades of Teak #A48F5E

Tints of Teak #A48F5E

Color information

#A48F5E (or 0xA48F5E) is unknown color: approx Teak. HEX triplet: A4, 8F and 5E. RGB value is (164,143,94). Sum of RGB (Red+Green+Blue) = 164+143+94=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F5E is #5B70A1. Grayscale: #8F8F8F. Windows color (decimal): -5992610 or 6197156. OLE color: 6197156.

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

Color convert

RGB16414394-
CMYK00.130.430.36
HSL42º27.78%50.59%-
HSV(B)42º42.68%64.31%-
XYZ27.1528.3514.63-
YUV143.6999.96142.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=40.90%
G=35.66%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641439400.130.430.364227.7850.59
HexA48F5E0D2B242a1c33
Octal2442171360155344523463
Binary101001001000111110111100110110101110010010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F5E; }

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

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

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

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

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

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

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

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