Html Css Color HEX #A57A5D Medium Wood

📋 copy color: '#A57A5D'

red 165 ◦ green 122 ◦ blue 93

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

Shades of Medium Wood #A57A5D

Tints of Medium Wood #A57A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 43.42%
G = 32.11%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A57A5D (or 0xA57A5D) is known color: Medium Wood. HEX triplet: A5, 7A and 5D. RGB value is (165,122,93). Sum of RGB (Red+Green+Blue) = 165+122+93=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A5D is #5A85A2. Grayscale: #838383. Windows color (decimal): -5932451 or 6126245. OLE color: 6126245.

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

Color convert

RGB 165 122 93 -
CMYK 0 0.26 0.44 0.35
HSL 24.17º 0.29% 0.51% -
HSV(B) 24.17º 0.44% 0.65% -
XYZ 24.45 22.71 13.45 -
YUV 131.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 165 122 93 0 0.26 0.44 0.35 24.17 0.29 0.51
Hex A5 7A 5D 0 1A 2C 23 18 1D 33
Octal 245 172 135 0 32 54 43 30 35 63
Binary 10100101 1111010 1011101 0 11010 101100 100011 11000 11101 110011

Color Harmonies of #A57A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A5D

Black with #A57A5D

Text Example


Text Example

White with #A57A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A5D; }

 p { color: rgb(165,122,93); }

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

background-color css

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

 a { background-color: rgb(165,122,93); }

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

border-color css

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

 span { border-color: rgb(165,122,93); }

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