Html Css Color HEX #A2835B Muesli

📋 copy color: '#A2835B'

red 162 ◦ green 131 ◦ blue 91

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

Shades of Muesli #A2835B

Tints of Muesli #A2835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 42.19%
G = 34.11%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2835B (or 0xA2835B) is known color: Muesli. HEX triplet: A2, 83 and 5B. RGB value is (162,131,91). Sum of RGB (Red+Green+Blue) = 162+131+91=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835B is #5D7CA4. Grayscale: #878787. Windows color (decimal): -6126757 or 5997474. OLE color: 5997474.

HSL color Cylindrical-coordinate representation of color #A2835B: hue angle of 33.8º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2835B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 91 -
CMYK 0 0.19 0.44 0.36
HSL 33.8º 0.28% 0.5% -
HSV(B) 33.8º 0.44% 0.64% -
XYZ 24.9 24.67 13.35 -
YUV 135.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 162 131 91 0 0.19 0.44 0.36 33.8 0.28 0.5
Hex A2 83 5B 0 13 2C 24 22 1C 32
Octal 242 203 133 0 23 54 44 42 34 62
Binary 10100010 10000011 1011011 0 10011 101100 100100 100010 11100 110010

Color Harmonies of #A2835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2835B

Black with #A2835B

Text Example


Text Example

White with #A2835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2835B; }

 p { color: rgb(162,131,91); }

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

background-color css

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

 a { background-color: rgb(162,131,91); }

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

border-color css

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

 span { border-color: rgb(162,131,91); }

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