Html Css Color HEX #A28555 Muesli

📋 copy color: '#A28555'

red 162 ◦ green 133 ◦ blue 85

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

Shades of Muesli #A28555

Tints of Muesli #A28555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 42.63%
G = 35%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A28555 (or 0xA28555) is known color: Muesli. HEX triplet: A2, 85 and 55. RGB value is (162,133,85). Sum of RGB (Red+Green+Blue) = 162+133+85=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28555 is #5D7AAA. Grayscale: #888888. Windows color (decimal): -6126251 or 5604770. OLE color: 5604770.

HSL color Cylindrical-coordinate representation of color #A28555: hue angle of 37.4º degrees, saturation: 0.31, 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 #A28555 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 85 -
CMYK 0 0.18 0.48 0.36
HSL 37.4º 0.31% 0.48% -
HSV(B) 37.4º 0.48% 0.64% -
XYZ 24.93 25.11 12.13 -
YUV 136.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 162 133 85 0 0.18 0.48 0.36 37.4 0.31 0.48
Hex A2 85 55 0 12 30 24 25 1F 30
Octal 242 205 125 0 22 60 44 45 37 60
Binary 10100010 10000101 1010101 0 10010 110000 100100 100101 11111 110000

Color Harmonies of #A28555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28555

Black with #A28555

Text Example


Text Example

White with #A28555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28555; }

 p { color: rgb(162,133,85); }

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

background-color css

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

 a { background-color: rgb(162,133,85); }

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

border-color css

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

 span { border-color: rgb(162,133,85); }

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