Html Css Color HEX #A58A56 Teak

📋 copy color: '#A58A56'

red 165 ◦ green 138 ◦ blue 86

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

Shades of Teak #A58A56

Tints of Teak #A58A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 42.42%
G = 35.48%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A58A56 (or 0xA58A56) is known color: Teak. HEX triplet: A5, 8A and 56. RGB value is (165,138,86). Sum of RGB (Red+Green+Blue) = 165+138+86=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A56 is #5A75A9. Grayscale: #8C8C8C. Windows color (decimal): -5928362 or 5671589. OLE color: 5671589.

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

Color convert

RGB 165 138 86 -
CMYK 0 0.16 0.48 0.35
HSL 39.49º 0.31% 0.49% -
HSV(B) 39.49º 0.48% 0.65% -
XYZ 26.29 26.85 12.6 -
YUV 140.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 165 138 86 0 0.16 0.48 0.35 39.49 0.31 0.49
Hex A5 8A 56 0 10 30 23 27 1F 31
Octal 245 212 126 0 20 60 43 47 37 61
Binary 10100101 10001010 1010110 0 10000 110000 100011 100111 11111 110001

Color Harmonies of #A58A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A56

Black with #A58A56

Text Example


Text Example

White with #A58A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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