#A48D5E

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

Shades of Teak #A48D5E

Tints of Teak #A48D5E

Color information

#A48D5E (or 0xA48D5E) is unknown color: approx Teak. HEX triplet: A4, 8D and 5E. RGB value is (164,141,94). Sum of RGB (Red+Green+Blue) = 164+141+94=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D5E is #5B72A1. Grayscale: #8E8E8E. Windows color (decimal): -5993122 or 6196644. OLE color: 6196644.

HSL color Cylindrical-coordinate representation of color #A48D5E: hue angle of 40.29º 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 #A48D5E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16414194-
CMYK00.140.430.36
HSL40.29º27.78%50.59%-
HSV(B)40.29º42.68%64.31%-
XYZ26.8627.7514.53-
YUV142.52100.62143.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=41.10%
G=35.34%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641419400.140.430.3640.2927.7850.59
HexA48D5E0E2B24281c33
Octal2442151360165344503463
Binary101001001000110110111100111010101110010010100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D5E; }

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

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

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

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

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

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

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

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