Html Css Color HEX #A58B59 Teak

📋 copy color: '#A58B59'

red 165 ◦ green 139 ◦ blue 89

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

Shades of Teak #A58B59

Tints of Teak #A58B59

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

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

R = 41.98%
G = 35.37%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A58B59 (or 0xA58B59) is known color: Teak. HEX triplet: A5, 8B and 59. RGB value is (165,139,89). Sum of RGB (Red+Green+Blue) = 165+139+89=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B59 is #5A74A6. Grayscale: #8D8D8D. Windows color (decimal): -5928103 or 5868453. OLE color: 5868453.

HSL color Cylindrical-coordinate representation of color #A58B59: hue angle of 39.47º 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 #A58B59 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 139 89 -
CMYK 0 0.16 0.46 0.35
HSL 39.47º 0.3% 0.5% -
HSV(B) 39.47º 0.46% 0.65% -
XYZ 26.55 27.19 13.3 -
YUV 141.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 165 139 89 0 0.16 0.46 0.35 39.47 0.3 0.5
Hex A5 8B 59 0 10 2E 23 27 1E 32
Octal 245 213 131 0 20 56 43 47 36 62
Binary 10100101 10001011 1011001 0 10000 101110 100011 100111 11110 110010

Color Harmonies of #A58B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B59

Black with #A58B59

Text Example


Text Example

White with #A58B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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