#A48A5E

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

Shades of Teak #A48A5E

Tints of Teak #A48A5E

Color information

#A48A5E (or 0xA48A5E) is unknown color: approx Teak. HEX triplet: A4, 8A and 5E. RGB value is (164,138,94). Sum of RGB (Red+Green+Blue) = 164+138+94=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A5E is #5B75A1. Grayscale: #8C8C8C. Windows color (decimal): -5993890 or 6195876. OLE color: 6195876.

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

Color convert

RGB16413894-
CMYK00.160.430.36
HSL37.71º27.78%50.59%-
HSV(B)37.71º42.68%64.31%-
XYZ26.4226.8814.39-
YUV140.76101.61144.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=41.41%
G=34.85%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641389400.160.430.3637.7127.7850.59
HexA48A5E0102B24261c33
Octal2442121360205344463463
Binary1010010010001010101111001000010101110010010011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A5E; }

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

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

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

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

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

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

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

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