Html Css Color HEX #A58A59 Teak

📋 copy color: '#A58A59'

red 165 ◦ green 138 ◦ blue 89

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

Shades of Teak #A58A59

Tints of Teak #A58A59

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

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

R = 42.09%
G = 35.2%
B = 22.7%

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

#A58A59 (or 0xA58A59) is known color: Teak. HEX triplet: A5, 8A and 59. RGB value is (165,138,89). Sum of RGB (Red+Green+Blue) = 165+138+89=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A59 is #5A75A6. Grayscale: #8C8C8C. Windows color (decimal): -5928359 or 5868197. OLE color: 5868197.

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

Color convert

RGB 165 138 89 -
CMYK 0 0.16 0.46 0.35
HSL 38.68º 0.3% 0.5% -
HSV(B) 38.68º 0.46% 0.65% -
XYZ 26.41 26.9 13.25 -
YUV 140.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 165 138 89 0 0.16 0.46 0.35 38.68 0.3 0.5
Hex A5 8A 59 0 10 2E 23 27 1E 32
Octal 245 212 131 0 20 56 43 47 36 62
Binary 10100101 10001010 1011001 0 10000 101110 100011 100111 11110 110010

Color Harmonies of #A58A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A59

Black with #A58A59

Text Example


Text Example

White with #A58A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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