#A2835A

Color #A2835A Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A2835A

Tints of Muesli #A2835A

Color information

#A2835A (or 0xA2835A) is unknown color: approx Muesli. HEX triplet: A2, 83 and 5A. RGB value is (162,131,90). Sum of RGB (Red+Green+Blue) = 162+131+90=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835A is #5D7CA5. Grayscale: #878787. Windows color (decimal): -6126758 or 5931938. OLE color: 5931938.

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

Color convert

RGB16213190-
CMYK00.190.440.36
HSL34.17º28.57%49.41%-
HSV(B)34.17º44.44%63.53%-
XYZ24.8624.6513.12-
YUV135.59102.27146.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=42.30%
G=34.20%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621319000.190.440.3634.1728.5749.41
HexA2835A0132C24221d31
Octal2422031320235444423561
Binary1010001010000011101101001001110110010010010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2835A; }

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

 H1.HeaderClassName
 {
   color: #A2835A;
 }
 .AnyTagClassName
 {
   color: #A2835A;
 }
</style>
background-color css

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

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

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

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

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

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