Html Css Color HEX #A5784A Muesli

📋 copy color: '#A5784A'

red 165 ◦ green 120 ◦ blue 74

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

Shades of Muesli #A5784A

Tints of Muesli #A5784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 45.96%
G = 33.43%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5784A (or 0xA5784A) is known color: Muesli. HEX triplet: A5, 78 and 4A. RGB value is (165,120,74). Sum of RGB (Red+Green+Blue) = 165+120+74=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5784A is #5A87B5. Grayscale: #808080. Windows color (decimal): -5932982 or 4880549. OLE color: 4880549.

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

Color convert

RGB 165 120 74 -
CMYK 0 0.27 0.55 0.35
HSL 30.33º 0.38% 0.47% -
HSV(B) 30.33º 0.55% 0.65% -
XYZ 23.47 21.93 9.47 -
YUV 128.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 165 120 74 0 0.27 0.55 0.35 30.33 0.38 0.47
Hex A5 78 4A 0 1B 37 23 1E 26 2F
Octal 245 170 112 0 33 67 43 36 46 57
Binary 10100101 1111000 1001010 0 11011 110111 100011 11110 100110 101111

Color Harmonies of #A5784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5784A

Black with #A5784A

Text Example


Text Example

White with #A5784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5784A; }

 p { color: rgb(165,120,74); }

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

background-color css

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

 a { background-color: rgb(165,120,74); }

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

border-color css

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

 span { border-color: rgb(165,120,74); }

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