Html Css Color HEX #A58063 Medium Wood

📋 copy color: '#A58063'

red 165 ◦ green 128 ◦ blue 99

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

Shades of Medium Wood #A58063

Tints of Medium Wood #A58063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 42.09%
G = 32.65%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A58063 (or 0xA58063) is known color: Medium Wood. HEX triplet: A5, 80 and 63. RGB value is (165,128,99). Sum of RGB (Red+Green+Blue) = 165+128+99=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58063 is #5A7F9C. Grayscale: #878787. Windows color (decimal): -5930909 or 6520997. OLE color: 6520997.

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

Color convert

RGB 165 128 99 -
CMYK 0 0.22 0.40 0.35
HSL 26.36º 0.27% 0.52% -
HSV(B) 26.36º 0.4% 0.65% -
XYZ 25.49 24.34 15.16 -
YUV 135.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 165 128 99 0 0.22 0.40 0.35 26.36 0.27 0.52
Hex A5 80 63 0 16 28 23 1A 1B 34
Octal 245 200 143 0 26 50 43 32 33 64
Binary 10100101 10000000 1100011 0 10110 101000 100011 11010 11011 110100

Color Harmonies of #A58063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58063

Black with #A58063

Text Example


Text Example

White with #A58063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58063; }

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

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

background-color css

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

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

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

border-color css

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

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

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