Html Css Color HEX #A5764B Muesli

📋 copy color: '#A5764B'

red 165 ◦ green 118 ◦ blue 75

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

Shades of Muesli #A5764B

Tints of Muesli #A5764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 46.09%
G = 32.96%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5764B (or 0xA5764B) is known color: Muesli. HEX triplet: A5, 76 and 4B. RGB value is (165,118,75). Sum of RGB (Red+Green+Blue) = 165+118+75=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5764B is #5A89B4. Grayscale: #7F7F7F. Windows color (decimal): -5933493 or 4945573. OLE color: 4945573.

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

Color convert

RGB 165 118 75 -
CMYK 0 0.28 0.55 0.35
HSL 28.67º 0.38% 0.47% -
HSV(B) 28.67º 0.55% 0.65% -
XYZ 23.27 21.46 9.57 -
YUV 127.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 165 118 75 0 0.28 0.55 0.35 28.67 0.38 0.47
Hex A5 76 4B 0 1C 37 23 1D 26 2F
Octal 245 166 113 0 34 67 43 35 46 57
Binary 10100101 1110110 1001011 0 11100 110111 100011 11101 100110 101111

Color Harmonies of #A5764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5764B

Black with #A5764B

Text Example


Text Example

White with #A5764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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