Html Css Color HEX #A2784F Muesli

📋 copy color: '#A2784F'

red 162 ◦ green 120 ◦ blue 79

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

Shades of Muesli #A2784F

Tints of Muesli #A2784F

RGB

 RED value IS 162 (63.67% from 255) = 44.88%

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 44.88%
G = 33.24%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2784F (or 0xA2784F) is known color: Muesli. HEX triplet: A2, 78 and 4F. RGB value is (162,120,79). Sum of RGB (Red+Green+Blue) = 162+120+79=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2784F is #5D87B0. Grayscale: #808080. Windows color (decimal): -6129585 or 5208226. OLE color: 5208226.

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

Color convert

RGB 162 120 79 -
CMYK 0 0.26 0.51 0.36
HSL 29.64º 0.34% 0.47% -
HSV(B) 29.64º 0.51% 0.64% -
XYZ 23.03 21.68 10.37 -
YUV 127.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 162 120 79 0 0.26 0.51 0.36 29.64 0.34 0.47
Hex A2 78 4F 0 1A 33 24 1E 22 2F
Octal 242 170 117 0 32 63 44 36 42 57
Binary 10100010 1111000 1001111 0 11010 110011 100100 11110 100010 101111

Color Harmonies of #A2784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2784F

Black with #A2784F

Text Example


Text Example

White with #A2784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2784F; }

 p { color: rgb(162,120,79); }

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

background-color css

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

 a { background-color: rgb(162,120,79); }

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

border-color css

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

 span { border-color: rgb(162,120,79); }

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