Html Css Color HEX #A57A4D Muesli

📋 copy color: '#A57A4D'

red 165 ◦ green 122 ◦ blue 77

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

Shades of Muesli #A57A4D

Tints of Muesli #A57A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 45.33%
G = 33.52%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A57A4D (or 0xA57A4D) is known color: Muesli. HEX triplet: A5, 7A and 4D. RGB value is (165,122,77). Sum of RGB (Red+Green+Blue) = 165+122+77=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A4D is #5A85B2. Grayscale: #818181. Windows color (decimal): -5932467 or 5077669. OLE color: 5077669.

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

Color convert

RGB 165 122 77 -
CMYK 0 0.26 0.53 0.35
HSL 30.68º 0.36% 0.47% -
HSV(B) 30.68º 0.53% 0.65% -
XYZ 23.82 22.45 10.1 -
YUV 129.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 165 122 77 0 0.26 0.53 0.35 30.68 0.36 0.47
Hex A5 7A 4D 0 1A 35 23 1F 24 2F
Octal 245 172 115 0 32 65 43 37 44 57
Binary 10100101 1111010 1001101 0 11010 110101 100011 11111 100100 101111

Color Harmonies of #A57A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A4D

Black with #A57A4D

Text Example


Text Example

White with #A57A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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