Html Css Color HEX #A28354 Muesli

📋 copy color: '#A28354'

red 162 ◦ green 131 ◦ blue 84

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

Shades of Muesli #A28354

Tints of Muesli #A28354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 42.97%
G = 34.75%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A28354 (or 0xA28354) is known color: Muesli. HEX triplet: A2, 83 and 54. RGB value is (162,131,84). Sum of RGB (Red+Green+Blue) = 162+131+84=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A28354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28354 is #5D7CAB. Grayscale: #878787. Windows color (decimal): -6126764 or 5538722. OLE color: 5538722.

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

Color convert

RGB 162 131 84 -
CMYK 0 0.19 0.48 0.36
HSL 36.15º 0.32% 0.48% -
HSV(B) 36.15º 0.48% 0.64% -
XYZ 24.62 24.55 11.83 -
YUV 134.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 162 131 84 0 0.19 0.48 0.36 36.15 0.32 0.48
Hex A2 83 54 0 13 30 24 24 20 30
Octal 242 203 124 0 23 60 44 44 40 60
Binary 10100010 10000011 1010100 0 10011 110000 100100 100100 100000 110000

Color Harmonies of #A28354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28354

Black with #A28354

Text Example


Text Example

White with #A28354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28354; }

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

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

background-color css

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

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

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

border-color css

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

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

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