Html Css Color HEX #A58959 Teak

📋 copy color: '#A58959'

red 165 ◦ green 137 ◦ blue 89

#A58959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #A58959

Tints of Teak #A58959

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 89 (35.16% from 255) = 22.76%

R = 42.2%
G = 35.04%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A58959 (or 0xA58959) is known color: Teak. HEX triplet: A5, 89 and 59. RGB value is (165,137,89). Sum of RGB (Red+Green+Blue) = 165+137+89=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A58959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58959 is #5A76A6. Grayscale: #8C8C8C. Windows color (decimal): -5928615 or 5867941. OLE color: 5867941.

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

Color convert

RGB 165 137 89 -
CMYK 0 0.17 0.46 0.35
HSL 37.89º 0.3% 0.5% -
HSV(B) 37.89º 0.46% 0.65% -
XYZ 26.27 26.61 13.2 -
YUV 139.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 165 137 89 0 0.17 0.46 0.35 37.89 0.3 0.5
Hex A5 89 59 0 11 2E 23 26 1E 32
Octal 245 211 131 0 21 56 43 46 36 62
Binary 10100101 10001001 1011001 0 10001 101110 100011 100110 11110 110010

Color Harmonies of #A58959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58959

Black with #A58959

Text Example


Text Example

White with #A58959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58959; }

 p { color: rgb(165,137,89); }

 H1.HeaderClassName
 {
   color: #A58959;
 }
 .AnyTagClassName
 {
   color: #A58959;
 }
</style>

background-color css

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

 a { background-color: rgb(165,137,89); }

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

border-color css

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

 span { border-color: rgb(165,137,89); }

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