Html Css Color HEX #A5764C Muesli

📋 copy color: '#A5764C'

red 165 ◦ green 118 ◦ blue 76

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

Shades of Muesli #A5764C

Tints of Muesli #A5764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 45.96%
G = 32.87%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5764C (or 0xA5764C) is known color: Muesli. HEX triplet: A5, 76 and 4C. RGB value is (165,118,76). Sum of RGB (Red+Green+Blue) = 165+118+76=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5764C is #5A89B3. Grayscale: #7F7F7F. Windows color (decimal): -5933492 or 5011109. OLE color: 5011109.

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

Color convert

RGB 165 118 76 -
CMYK 0 0.28 0.54 0.35
HSL 28.31º 0.37% 0.47% -
HSV(B) 28.31º 0.54% 0.65% -
XYZ 23.3 21.48 9.76 -
YUV 127.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 165 118 76 0 0.28 0.54 0.35 28.31 0.37 0.47
Hex A5 76 4C 0 1C 36 23 1C 25 2F
Octal 245 166 114 0 34 66 43 34 45 57
Binary 10100101 1110110 1001100 0 11100 110110 100011 11100 100101 101111

Color Harmonies of #A5764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5764C

Black with #A5764C

Text Example


Text Example

White with #A5764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5764C; }

 p { color: rgb(165,118,76); }

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

background-color css

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

 a { background-color: rgb(165,118,76); }

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

border-color css

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

 span { border-color: rgb(165,118,76); }

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