#A48C4F

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

Shades of Teak #A48C4F

Tints of Teak #A48C4F

Color information

#A48C4F (or 0xA48C4F) is unknown color: approx Teak. HEX triplet: A4, 8C and 4F. RGB value is (164,140,79). Sum of RGB (Red+Green+Blue) = 164+140+79=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C4F is #5B73B0. Grayscale: #8C8C8C. Windows color (decimal): -5993393 or 5213348. OLE color: 5213348.

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

Color convert

RGB16414079-
CMYK00.150.520.36
HSL43.06º34.98%47.65%-
HSV(B)43.06º51.83%64.31%-
XYZ26.127.2111.27-
YUV140.2293.45144.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 79 (31.25% from 255) = 20.63%
R=42.82%
G=36.55%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641407900.150.520.3643.0634.9847.65
HexA48C4F0F34242b2330
Octal2442141170176444534360
Binary1010010010001100100111101111110100100100101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C4F; }

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

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

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

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

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

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

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

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