Html Css Color HEX #A58363 Medium Wood

📋 copy color: '#A58363'

red 165 ◦ green 131 ◦ blue 99

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

Shades of Medium Wood #A58363

Tints of Medium Wood #A58363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.06%

R = 41.77%
G = 33.16%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A58363 (or 0xA58363) is known color: Medium Wood. HEX triplet: A5, 83 and 63. RGB value is (165,131,99). Sum of RGB (Red+Green+Blue) = 165+131+99=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A58363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58363 is #5A7C9C. Grayscale: #898989. Windows color (decimal): -5930141 or 6521765. OLE color: 6521765.

HSL color Cylindrical-coordinate representation of color #A58363: hue angle of 29.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58363 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 131 99 -
CMYK 0 0.21 0.40 0.35
HSL 29.09º 0.27% 0.52% -
HSV(B) 29.09º 0.4% 0.65% -
XYZ 25.89 25.13 15.29 -
YUV 137.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 165 131 99 0 0.21 0.40 0.35 29.09 0.27 0.52
Hex A5 83 63 0 15 28 23 1D 1B 34
Octal 245 203 143 0 25 50 43 35 33 64
Binary 10100101 10000011 1100011 0 10101 101000 100011 11101 11011 110100

Color Harmonies of #A58363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58363

Black with #A58363

Text Example


Text Example

White with #A58363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58363; }

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

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

background-color css

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

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

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

border-color css

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

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

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