#A58754

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

Shades of Teak #A58754

Tints of Teak #A58754

Color information

#A58754 (or 0xA58754) is unknown color: approx Teak. HEX triplet: A5, 87 and 54. RGB value is (165,135,84). Sum of RGB (Red+Green+Blue) = 165+135+84=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58754 is #5A78AB. Grayscale: #8A8A8A. Windows color (decimal): -5929132 or 5539749. OLE color: 5539749.

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

Color convert

RGB16513584-
CMYK00.180.490.35
HSL37.78º32.53%48.82%-
HSV(B)37.78º49.09%64.71%-
XYZ25.7825.9712.04-
YUV138.1697.44147.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=42.97%
G=35.16%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651358400.180.490.3537.7832.5348.82
HexA587540123123262131
Octal2452071240226143464161
Binary10100101100001111010100010010110001100011100110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58754; }

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

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

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

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

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

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

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

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