Html Css Color HEX #A28352 Muesli

📋 copy color: '#A28352'

red 162 ◦ green 131 ◦ blue 82

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

Shades of Muesli #A28352

Tints of Muesli #A28352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 43.2%
G = 34.93%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A28352 (or 0xA28352) is known color: Muesli. HEX triplet: A2, 83 and 52. RGB value is (162,131,82). Sum of RGB (Red+Green+Blue) = 162+131+82=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28352 is #5D7CAD. Grayscale: #868686. Windows color (decimal): -6126766 or 5407650. OLE color: 5407650.

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

Color convert

RGB 162 131 82 -
CMYK 0 0.19 0.49 0.36
HSL 36.75º 0.33% 0.48% -
HSV(B) 36.75º 0.49% 0.64% -
XYZ 24.54 24.52 11.42 -
YUV 134.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 162 131 82 0 0.19 0.49 0.36 36.75 0.33 0.48
Hex A2 83 52 0 13 31 24 25 21 30
Octal 242 203 122 0 23 61 44 45 41 60
Binary 10100010 10000011 1010010 0 10011 110001 100100 100101 100001 110000

Color Harmonies of #A28352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28352

Black with #A28352

Text Example


Text Example

White with #A28352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28352; }

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

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

background-color css

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

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

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

border-color css

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

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

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