Html Css Color HEX #A57B4D Muesli

📋 copy color: '#A57B4D'

red 165 ◦ green 123 ◦ blue 77

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

Shades of Muesli #A57B4D

Tints of Muesli #A57B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

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

R = 45.21%
G = 33.7%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A57B4D (or 0xA57B4D) is known color: Muesli. HEX triplet: A5, 7B and 4D. RGB value is (165,123,77). Sum of RGB (Red+Green+Blue) = 165+123+77=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B4D is #5A84B2. Grayscale: #828282. Windows color (decimal): -5932211 or 5077925. OLE color: 5077925.

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

Color convert

RGB 165 123 77 -
CMYK 0 0.25 0.53 0.35
HSL 31.36º 0.36% 0.47% -
HSV(B) 31.36º 0.53% 0.65% -
XYZ 23.94 22.7 10.14 -
YUV 130.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 165 123 77 0 0.25 0.53 0.35 31.36 0.36 0.47
Hex A5 7B 4D 0 19 35 23 1F 24 2F
Octal 245 173 115 0 31 65 43 37 44 57
Binary 10100101 1111011 1001101 0 11001 110101 100011 11111 100100 101111

Color Harmonies of #A57B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B4D

Black with #A57B4D

Text Example


Text Example

White with #A57B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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