Html Css Color HEX #A58D59 Teak

📋 copy color: '#A58D59'

red 165 ◦ green 141 ◦ blue 89

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

Shades of Teak #A58D59

Tints of Teak #A58D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

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

R = 41.77%
G = 35.7%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A58D59 (or 0xA58D59) is known color: Teak. HEX triplet: A5, 8D and 59. RGB value is (165,141,89). Sum of RGB (Red+Green+Blue) = 165+141+89=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D59 is #5A72A6. Grayscale: #8E8E8E. Windows color (decimal): -5927591 or 5868965. OLE color: 5868965.

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

Color convert

RGB 165 141 89 -
CMYK 0 0.15 0.46 0.35
HSL 41.05º 0.3% 0.5% -
HSV(B) 41.05º 0.46% 0.65% -
XYZ 26.85 27.77 13.4 -
YUV 142.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 165 141 89 0 0.15 0.46 0.35 41.05 0.3 0.5
Hex A5 8D 59 0 F 2E 23 29 1E 32
Octal 245 215 131 0 17 56 43 51 36 62
Binary 10100101 10001101 1011001 0 1111 101110 100011 101001 11110 110010

Color Harmonies of #A58D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D59

Black with #A58D59

Text Example


Text Example

White with #A58D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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