Html Css Color HEX #A58163 Medium Wood

📋 copy color: '#A58163'

red 165 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #A58163

Tints of Medium Wood #A58163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 41.98%
G = 32.82%
B = 25.19%

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

#A58163 (or 0xA58163) is known color: Medium Wood. HEX triplet: A5, 81 and 63. RGB value is (165,129,99). Sum of RGB (Red+Green+Blue) = 165+129+99=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A58163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58163 is #5A7E9C. Grayscale: #888888. Windows color (decimal): -5930653 or 6521253. OLE color: 6521253.

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

Color convert

RGB 165 129 99 -
CMYK 0 0.22 0.40 0.35
HSL 27.27º 0.27% 0.52% -
HSV(B) 27.27º 0.4% 0.65% -
XYZ 25.62 24.6 15.2 -
YUV 136.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 165 129 99 0 0.22 0.40 0.35 27.27 0.27 0.52
Hex A5 81 63 0 16 28 23 1B 1B 34
Octal 245 201 143 0 26 50 43 33 33 64
Binary 10100101 10000001 1100011 0 10110 101000 100011 11011 11011 110100

Color Harmonies of #A58163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58163

Black with #A58163

Text Example


Text Example

White with #A58163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58163; }

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

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

background-color css

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

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

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

border-color css

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

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

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