Html Css Color HEX #A58360 Medium Wood

📋 copy color: '#A58360'

red 165 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #A58360

Tints of Medium Wood #A58360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 42.09%
G = 33.42%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A58360 (or 0xA58360) is known color: Medium Wood. HEX triplet: A5, 83 and 60. RGB value is (165,131,96). Sum of RGB (Red+Green+Blue) = 165+131+96=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58360 is #5A7C9F. Grayscale: #898989. Windows color (decimal): -5930144 or 6325157. OLE color: 6325157.

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

Color convert

RGB 165 131 96 -
CMYK 0 0.21 0.42 0.35
HSL 30.43º 0.28% 0.51% -
HSV(B) 30.43º 0.42% 0.65% -
XYZ 25.74 25.08 14.55 -
YUV 137.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 165 131 96 0 0.21 0.42 0.35 30.43 0.28 0.51
Hex A5 83 60 0 15 2A 23 1E 1C 33
Octal 245 203 140 0 25 52 43 36 34 63
Binary 10100101 10000011 1100000 0 10101 101010 100011 11110 11100 110011

Color Harmonies of #A58360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58360

Black with #A58360

Text Example


Text Example

White with #A58360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58360; }

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

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

background-color css

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

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

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

border-color css

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

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

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