Html Css Color HEX #A58C56 Teak

📋 copy color: '#A58C56'

red 165 ◦ green 140 ◦ blue 86

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

Shades of Teak #A58C56

Tints of Teak #A58C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 42.2%
G = 35.81%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A58C56 (or 0xA58C56) is known color: Teak. HEX triplet: A5, 8C and 56. RGB value is (165,140,86). Sum of RGB (Red+Green+Blue) = 165+140+86=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C56 is #5A73A9. Grayscale: #8D8D8D. Windows color (decimal): -5927850 or 5672101. OLE color: 5672101.

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

Color convert

RGB 165 140 86 -
CMYK 0 0.15 0.48 0.35
HSL 41.01º 0.31% 0.49% -
HSV(B) 41.01º 0.48% 0.65% -
XYZ 26.57 27.43 12.7 -
YUV 141.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 165 140 86 0 0.15 0.48 0.35 41.01 0.31 0.49
Hex A5 8C 56 0 F 30 23 29 1F 31
Octal 245 214 126 0 17 60 43 51 37 61
Binary 10100101 10001100 1010110 0 1111 110000 100011 101001 11111 110001

Color Harmonies of #A58C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C56

Black with #A58C56

Text Example


Text Example

White with #A58C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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