Html Css Color HEX #A58B60 Teak

📋 copy color: '#A58B60'

red 165 ◦ green 139 ◦ blue 96

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

Shades of Teak #A58B60

Tints of Teak #A58B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24%

R = 41.25%
G = 34.75%
B = 24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A58B60 (or 0xA58B60) is known color: Teak. HEX triplet: A5, 8B and 60. RGB value is (165,139,96). Sum of RGB (Red+Green+Blue) = 165+139+96=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B60 is #5A749F. Grayscale: #8E8E8E. Windows color (decimal): -5928096 or 6327205. OLE color: 6327205.

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

Color convert

RGB 165 139 96 -
CMYK 0 0.16 0.42 0.35
HSL 37.39º 0.28% 0.51% -
HSV(B) 37.39º 0.42% 0.65% -
XYZ 26.86 27.31 14.92 -
YUV 141.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 165 139 96 0 0.16 0.42 0.35 37.39 0.28 0.51
Hex A5 8B 60 0 10 2A 23 25 1C 33
Octal 245 213 140 0 20 52 43 45 34 63
Binary 10100101 10001011 1100000 0 10000 101010 100011 100101 11100 110011

Color Harmonies of #A58B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B60

Black with #A58B60

Text Example


Text Example

White with #A58B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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