Html Css Color HEX #A57963 Medium Wood

📋 copy color: '#A57963'

red 165 ◦ green 121 ◦ blue 99

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

Shades of Medium Wood #A57963

Tints of Medium Wood #A57963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 42.86%
G = 31.43%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A57963 (or 0xA57963) is known color: Medium Wood. HEX triplet: A5, 79 and 63. RGB value is (165,121,99). Sum of RGB (Red+Green+Blue) = 165+121+99=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57963 is #5A869C. Grayscale: #838383. Windows color (decimal): -5932701 or 6519205. OLE color: 6519205.

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

Color convert

RGB 165 121 99 -
CMYK 0 0.27 0.40 0.35
HSL 20º 0.27% 0.52% -
HSV(B) 20º 0.4% 0.65% -
XYZ 24.61 22.57 14.86 -
YUV 131.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 165 121 99 0 0.27 0.40 0.35 20 0.27 0.52
Hex A5 79 63 0 1B 28 23 14 1B 34
Octal 245 171 143 0 33 50 43 24 33 64
Binary 10100101 1111001 1100011 0 11011 101000 100011 10100 11011 110100

Color Harmonies of #A57963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57963

Black with #A57963

Text Example


Text Example

White with #A57963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57963; }

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

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

background-color css

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

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

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

border-color css

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

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

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