#A48D5C

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

Shades of Teak #A48D5C

Tints of Teak #A48D5C

Color information

#A48D5C (or 0xA48D5C) is unknown color: approx Teak. HEX triplet: A4, 8D and 5C. RGB value is (164,141,92). Sum of RGB (Red+Green+Blue) = 164+141+92=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D5C is #5B72A3. Grayscale: #8E8E8E. Windows color (decimal): -5993124 or 6065572. OLE color: 6065572.

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

Color convert

RGB16414192-
CMYK00.140.440.36
HSL40.83º28.35%50.2%-
HSV(B)40.83º43.9%64.31%-
XYZ26.7727.7114.06-
YUV142.2999.62143.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=41.31%
G=35.52%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641419200.140.440.3640.8328.3550.2
HexA48D5C0E2C24291c32
Octal2442151340165444513462
Binary101001001000110110111000111010110010010010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D5C; }

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

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

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

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

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

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

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

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