#A5935C

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

Shades of Teak #A5935C

Tints of Teak #A5935C

Color information

#A5935C (or 0xA5935C) is unknown color: approx Teak. HEX triplet: A5, 93 and 5C. RGB value is (165,147,92). Sum of RGB (Red+Green+Blue) = 165+147+92=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5935C is #5A6CA3. Grayscale: #929292. Windows color (decimal): -5926052 or 6067109. OLE color: 6067109.

HSL color Cylindrical-coordinate representation of color #A5935C: hue angle of 45.21º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5935C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16514792-
CMYK00.110.440.35
HSL45.21º28.85%50.39%-
HSV(B)45.21º44.24%64.71%-
XYZ27.8829.6414.38-
YUV146.1197.46141.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=40.84%
G=36.39%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651479200.110.440.3545.2128.8550.39
HexA5935C0B2C232d1d32
Octal2452231340135443553562
Binary101001011001001110111000101110110010001110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5935C; }

 p { color: rgb(165,147,92); }

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

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

 a { background-color: rgb(165,147,92); }

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

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

 span { border-color: rgb(165,147,92); }

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