#A48B5F

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

Shades of Teak #A48B5F

Tints of Teak #A48B5F

Color information

#A48B5F (or 0xA48B5F) is unknown color: approx Teak. HEX triplet: A4, 8B and 5F. RGB value is (164,139,95). Sum of RGB (Red+Green+Blue) = 164+139+95=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B5F is #5B74A0. Grayscale: #8D8D8D. Windows color (decimal): -5993633 or 6261668. OLE color: 6261668.

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

Color convert

RGB16413995-
CMYK00.150.420.36
HSL38.26º27.49%50.78%-
HSV(B)38.26º42.07%64.31%-
XYZ26.6127.1814.67-
YUV141.46101.78144.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=41.21%
G=34.92%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641399500.150.420.3638.2627.4950.78
HexA48B5F0F2A24261b33
Octal2442131370175244463363
Binary101001001000101110111110111110101010010010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B5F; }

 p { color: rgb(164,139,95); }

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

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

 a { background-color: rgb(164,139,95); }

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

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

 span { border-color: rgb(164,139,95); }

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