#A48A4F

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

Shades of Teak #A48A4F

Tints of Teak #A48A4F

Color information

#A48A4F (or 0xA48A4F) is unknown color: approx Teak. HEX triplet: A4, 8A and 4F. RGB value is (164,138,79). Sum of RGB (Red+Green+Blue) = 164+138+79=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A4F is #5B75B0. Grayscale: #8B8B8B. Windows color (decimal): -5993905 or 5212836. OLE color: 5212836.

HSL color Cylindrical-coordinate representation of color #A48A4F: hue angle of 41.65º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A48A4F is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16413879-
CMYK00.160.520.36
HSL41.65º34.98%47.65%-
HSV(B)41.65º51.83%64.31%-
XYZ25.8126.6311.18-
YUV139.0594.11145.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=43.04%
G=36.22%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641387900.160.520.3641.6534.9847.65
HexA48A4F01034242a2330
Octal2442121170206444524360
Binary10100100100010101001111010000110100100100101010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A4F; }

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

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

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

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

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

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

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

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