Html Css Color HEX #A57E6A Medium Wood

📋 copy color: '#A57E6A'

red 165 ◦ green 126 ◦ blue 106

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

Shades of Medium Wood #A57E6A

Tints of Medium Wood #A57E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 41.56%
G = 31.74%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A57E6A (or 0xA57E6A) is known color: Medium Wood. HEX triplet: A5, 7E and 6A. RGB value is (165,126,106). Sum of RGB (Red+Green+Blue) = 165+126+106=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E6A is #5A8195. Grayscale: #878787. Windows color (decimal): -5931414 or 6979237. OLE color: 6979237.

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

Color convert

RGB 165 126 106 -
CMYK 0 0.24 0.36 0.35
HSL 20.34º 0.25% 0.53% -
HSV(B) 20.34º 0.36% 0.65% -
XYZ 25.58 23.96 16.91 -
YUV 135.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 165 126 106 0 0.24 0.36 0.35 20.34 0.25 0.53
Hex A5 7E 6A 0 18 24 23 14 19 35
Octal 245 176 152 0 30 44 43 24 31 65
Binary 10100101 1111110 1101010 0 11000 100100 100011 10100 11001 110101

Color Harmonies of #A57E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57E6A

Black with #A57E6A

Text Example


Text Example

White with #A57E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57E6A; }

 p { color: rgb(165,126,106); }

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

background-color css

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

 a { background-color: rgb(165,126,106); }

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

border-color css

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

 span { border-color: rgb(165,126,106); }

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