#A48E5E

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

Shades of Teak #A48E5E

Tints of Teak #A48E5E

Color information

#A48E5E (or 0xA48E5E) is unknown color: approx Teak. HEX triplet: A4, 8E and 5E. RGB value is (164,142,94). Sum of RGB (Red+Green+Blue) = 164+142+94=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E5E is #5B71A1. Grayscale: #8F8F8F. Windows color (decimal): -5992866 or 6196900. OLE color: 6196900.

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

Color convert

RGB16414294-
CMYK00.130.430.36
HSL41.14º27.78%50.59%-
HSV(B)41.14º42.68%64.31%-
XYZ2728.0514.58-
YUV143.11100.29142.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=41%
G=35.5%
B=23.5%

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
Decimal1641429400.130.430.3641.1427.7850.59
HexA48E5E0D2B24291c33
Octal2442161360155344513463
Binary101001001000111010111100110110101110010010100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E5E; }

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

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

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

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

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

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

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

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