Html Css Color HEX #A58C55 Teak

📋 copy color: '#A58C55'

red 165 ◦ green 140 ◦ blue 85

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

Shades of Teak #A58C55

Tints of Teak #A58C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 42.31%
G = 35.9%
B = 21.79%

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

#A58C55 (or 0xA58C55) is known color: Teak. HEX triplet: A5, 8C and 55. RGB value is (165,140,85). Sum of RGB (Red+Green+Blue) = 165+140+85=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C55 is #5A73AA. Grayscale: #8D8D8D. Windows color (decimal): -5927851 or 5606565. OLE color: 5606565.

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

Color convert

RGB 165 140 85 -
CMYK 0 0.15 0.48 0.35
HSL 41.25º 0.32% 0.49% -
HSV(B) 41.25º 0.48% 0.65% -
XYZ 26.53 27.41 12.49 -
YUV 141.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 165 140 85 0 0.15 0.48 0.35 41.25 0.32 0.49
Hex A5 8C 55 0 F 30 23 29 20 31
Octal 245 214 125 0 17 60 43 51 40 61
Binary 10100101 10001100 1010101 0 1111 110000 100011 101001 100000 110001

Color Harmonies of #A58C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C55

Black with #A58C55

Text Example


Text Example

White with #A58C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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