Html Css Color HEX #A28156 Muesli

📋 copy color: '#A28156'

red 162 ◦ green 129 ◦ blue 86

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

Shades of Muesli #A28156

Tints of Muesli #A28156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 42.97%
G = 34.22%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A28156 (or 0xA28156) is known color: Muesli. HEX triplet: A2, 81 and 56. RGB value is (162,129,86). Sum of RGB (Red+Green+Blue) = 162+129+86=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A28156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28156 is #5D7EA9. Grayscale: #868686. Windows color (decimal): -6127274 or 5669282. OLE color: 5669282.

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

Color convert

RGB 162 129 86 -
CMYK 0 0.20 0.47 0.36
HSL 33.95º 0.31% 0.49% -
HSV(B) 33.95º 0.47% 0.64% -
XYZ 24.43 24.05 12.16 -
YUV 133.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 162 129 86 0 0.20 0.47 0.36 33.95 0.31 0.49
Hex A2 81 56 0 14 2F 24 22 1F 31
Octal 242 201 126 0 24 57 44 42 37 61
Binary 10100010 10000001 1010110 0 10100 101111 100100 100010 11111 110001

Color Harmonies of #A28156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28156

Black with #A28156

Text Example


Text Example

White with #A28156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28156; }

 p { color: rgb(162,129,86); }

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

background-color css

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

 a { background-color: rgb(162,129,86); }

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

border-color css

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

 span { border-color: rgb(162,129,86); }

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