Html Css Color HEX #A57D61 Medium Wood

📋 copy color: '#A57D61'

red 165 ◦ green 125 ◦ blue 97

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

Shades of Medium Wood #A57D61

Tints of Medium Wood #A57D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 42.64%
G = 32.3%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A57D61 (or 0xA57D61) is known color: Medium Wood. HEX triplet: A5, 7D and 61. RGB value is (165,125,97). Sum of RGB (Red+Green+Blue) = 165+125+97=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D61 is #5A829E. Grayscale: #858585. Windows color (decimal): -5931679 or 6389157. OLE color: 6389157.

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

Color convert

RGB 165 125 97 -
CMYK 0 0.24 0.41 0.35
HSL 24.71º 0.27% 0.51% -
HSV(B) 24.71º 0.41% 0.65% -
XYZ 25.01 23.53 14.53 -
YUV 133.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 165 125 97 0 0.24 0.41 0.35 24.71 0.27 0.51
Hex A5 7D 61 0 18 29 23 19 1B 33
Octal 245 175 141 0 30 51 43 31 33 63
Binary 10100101 1111101 1100001 0 11000 101001 100011 11001 11011 110011

Color Harmonies of #A57D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D61

Black with #A57D61

Text Example


Text Example

White with #A57D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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