Html Css Color HEX #A57C5F Medium Wood

📋 copy color: '#A57C5F'

red 165 ◦ green 124 ◦ blue 95

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

Shades of Medium Wood #A57C5F

Tints of Medium Wood #A57C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 42.97%
G = 32.29%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A57C5F (or 0xA57C5F) is known color: Medium Wood. HEX triplet: A5, 7C and 5F. RGB value is (165,124,95). Sum of RGB (Red+Green+Blue) = 165+124+95=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C5F is #5A83A0. Grayscale: #858585. Windows color (decimal): -5931937 or 6257829. OLE color: 6257829.

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

Color convert

RGB 165 124 95 -
CMYK 0 0.25 0.42 0.35
HSL 24.86º 0.28% 0.51% -
HSV(B) 24.86º 0.42% 0.65% -
XYZ 24.79 23.24 14.01 -
YUV 132.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 165 124 95 0 0.25 0.42 0.35 24.86 0.28 0.51
Hex A5 7C 5F 0 19 2A 23 19 1C 33
Octal 245 174 137 0 31 52 43 31 34 63
Binary 10100101 1111100 1011111 0 11001 101010 100011 11001 11100 110011

Color Harmonies of #A57C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C5F

Black with #A57C5F

Text Example


Text Example

White with #A57C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C5F; }

 p { color: rgb(165,124,95); }

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

background-color css

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

 a { background-color: rgb(165,124,95); }

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

border-color css

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

 span { border-color: rgb(165,124,95); }

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