Html Css Color HEX #A57961 Medium Wood

📋 copy color: '#A57961'

red 165 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #A57961

Tints of Medium Wood #A57961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 43.08%
G = 31.59%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A57961 (or 0xA57961) is known color: Medium Wood. HEX triplet: A5, 79 and 61. RGB value is (165,121,97). Sum of RGB (Red+Green+Blue) = 165+121+97=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A57961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57961 is #5A869E. Grayscale: #838383. Windows color (decimal): -5932703 or 6388133. OLE color: 6388133.

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

Color convert

RGB 165 121 97 -
CMYK 0 0.27 0.41 0.35
HSL 21.18º 0.27% 0.51% -
HSV(B) 21.18º 0.41% 0.65% -
XYZ 24.51 22.54 14.37 -
YUV 131.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 165 121 97 0 0.27 0.41 0.35 21.18 0.27 0.51
Hex A5 79 61 0 1B 29 23 15 1B 33
Octal 245 171 141 0 33 51 43 25 33 63
Binary 10100101 1111001 1100001 0 11011 101001 100011 10101 11011 110011

Color Harmonies of #A57961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57961

Black with #A57961

Text Example


Text Example

White with #A57961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57961; }

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

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

background-color css

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

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

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

border-color css

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

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

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