Html Css Color HEX #A57960 Medium Wood

📋 copy color: '#A57960'

red 165 ◦ green 121 ◦ blue 96

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

Shades of Medium Wood #A57960

Tints of Medium Wood #A57960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 43.19%
G = 31.68%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A57960 (or 0xA57960) is known color: Medium Wood. HEX triplet: A5, 79 and 60. RGB value is (165,121,96). Sum of RGB (Red+Green+Blue) = 165+121+96=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A57960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57960 is #5A869F. Grayscale: #838383. Windows color (decimal): -5932704 or 6322597. OLE color: 6322597.

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

Color convert

RGB 165 121 96 -
CMYK 0 0.27 0.42 0.35
HSL 21.74º 0.28% 0.51% -
HSV(B) 21.74º 0.42% 0.65% -
XYZ 24.47 22.52 14.12 -
YUV 131.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 165 121 96 0 0.27 0.42 0.35 21.74 0.28 0.51
Hex A5 79 60 0 1B 2A 23 16 1C 33
Octal 245 171 140 0 33 52 43 26 34 63
Binary 10100101 1111001 1100000 0 11011 101010 100011 10110 11100 110011

Color Harmonies of #A57960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57960

Black with #A57960

Text Example


Text Example

White with #A57960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57960; }

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

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

background-color css

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

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

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

border-color css

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

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

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