#A58F5E

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

Shades of Teak #A58F5E

Tints of Teak #A58F5E

Color information

#A58F5E (or 0xA58F5E) is unknown color: approx Teak. HEX triplet: A5, 8F and 5E. RGB value is (165,143,94). Sum of RGB (Red+Green+Blue) = 165+143+94=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F5E is #5A70A1. Grayscale: #909090. Windows color (decimal): -5927074 or 6197157. OLE color: 6197157.

HSL color Cylindrical-coordinate representation of color #A58F5E: hue angle of 41.41º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58F5E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16514394-
CMYK00.130.430.35
HSL41.41º28.29%50.78%-
HSV(B)41.41º43.03%64.71%-
XYZ27.3628.4514.64-
YUV143.9999.79142.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=41.04%
G=35.57%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651439400.130.430.3541.4128.2950.78
HexA58F5E0D2B23291c33
Octal2452171360155343513463
Binary101001011000111110111100110110101110001110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F5E; }

 p { color: rgb(165,143,94); }

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

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

 a { background-color: rgb(165,143,94); }

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

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

 span { border-color: rgb(165,143,94); }

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