Html Css Color HEX #A58656 Teak

📋 copy color: '#A58656'

red 165 ◦ green 134 ◦ blue 86

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

Shades of Teak #A58656

Tints of Teak #A58656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 42.86%
G = 34.81%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A58656 (or 0xA58656) is known color: Teak. HEX triplet: A5, 86 and 56. RGB value is (165,134,86). Sum of RGB (Red+Green+Blue) = 165+134+86=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58656 is #5A79A9. Grayscale: #8A8A8A. Windows color (decimal): -5929386 or 5670565. OLE color: 5670565.

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

Color convert

RGB 165 134 86 -
CMYK 0 0.19 0.48 0.35
HSL 36.46º 0.31% 0.49% -
HSV(B) 36.46º 0.48% 0.65% -
XYZ 25.72 25.72 12.41 -
YUV 137.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 165 134 86 0 0.19 0.48 0.35 36.46 0.31 0.49
Hex A5 86 56 0 13 30 23 24 1F 31
Octal 245 206 126 0 23 60 43 44 37 61
Binary 10100101 10000110 1010110 0 10011 110000 100011 100100 11111 110001

Color Harmonies of #A58656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58656

Black with #A58656

Text Example


Text Example

White with #A58656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58656; }

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

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

background-color css

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

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

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

border-color css

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

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

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