#A48754

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

Shades of Teak #A48754

Tints of Teak #A48754

Color information

#A48754 (or 0xA48754) is unknown color: approx Teak. HEX triplet: A4, 87 and 54. RGB value is (164,135,84). Sum of RGB (Red+Green+Blue) = 164+135+84=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48754 is #5B78AB. Grayscale: #8A8A8A. Windows color (decimal): -5994668 or 5539748. OLE color: 5539748.

HSL color Cylindrical-coordinate representation of color #A48754: hue angle of 38.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48754 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16413584-
CMYK00.180.490.36
HSL38.25º32.26%48.63%-
HSV(B)38.25º48.78%64.31%-
XYZ25.5725.8612.03-
YUV137.8697.61146.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=42.82%
G=35.25%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641358400.180.490.3638.2532.2648.63
HexA487540123124262031
Octal2442071240226144464061
Binary10100100100001111010100010010110001100100100110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48754; }

 p { color: rgb(164,135,84); }

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

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

 a { background-color: rgb(164,135,84); }

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

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

 span { border-color: rgb(164,135,84); }

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