Html Css Color HEX #A57D5C Medium Wood

📋 copy color: '#A57D5C'

red 165 ◦ green 125 ◦ blue 92

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

Shades of Medium Wood #A57D5C

Tints of Medium Wood #A57D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 43.19%
G = 32.72%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A57D5C (or 0xA57D5C) is known color: Medium Wood. HEX triplet: A5, 7D and 5C. RGB value is (165,125,92). Sum of RGB (Red+Green+Blue) = 165+125+92=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D5C is #5A82A3. Grayscale: #858585. Windows color (decimal): -5931684 or 6061477. OLE color: 6061477.

HSL color Cylindrical-coordinate representation of color #A57D5C: hue angle of 27.12º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57D5C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 125 92 -
CMYK 0 0.24 0.44 0.35
HSL 27.12º 0.29% 0.5% -
HSV(B) 27.12º 0.44% 0.65% -
XYZ 24.78 23.44 13.34 -
YUV 133.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 165 125 92 0 0.24 0.44 0.35 27.12 0.29 0.5
Hex A5 7D 5C 0 18 2C 23 1B 1D 32
Octal 245 175 134 0 30 54 43 33 35 62
Binary 10100101 1111101 1011100 0 11000 101100 100011 11011 11101 110010

Color Harmonies of #A57D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D5C

Black with #A57D5C

Text Example


Text Example

White with #A57D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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