Html Css Color HEX #A28050 Muesli

📋 copy color: '#A28050'

red 162 ◦ green 128 ◦ blue 80

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

Shades of Muesli #A28050

Tints of Muesli #A28050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 43.78%
G = 34.59%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28050 (or 0xA28050) is known color: Muesli. HEX triplet: A2, 80 and 50. RGB value is (162,128,80). Sum of RGB (Red+Green+Blue) = 162+128+80=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A28050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28050 is #5D7FAF. Grayscale: #848484. Windows color (decimal): -6127536 or 5275810. OLE color: 5275810.

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

Color convert

RGB 162 128 80 -
CMYK 0 0.21 0.51 0.36
HSL 35.12º 0.34% 0.47% -
HSV(B) 35.12º 0.51% 0.64% -
XYZ 24.07 23.7 10.9 -
YUV 132.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 162 128 80 0 0.21 0.51 0.36 35.12 0.34 0.47
Hex A2 80 50 0 15 33 24 23 22 2F
Octal 242 200 120 0 25 63 44 43 42 57
Binary 10100010 10000000 1010000 0 10101 110011 100100 100011 100010 101111

Color Harmonies of #A28050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28050

Black with #A28050

Text Example


Text Example

White with #A28050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28050; }

 p { color: rgb(162,128,80); }

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

background-color css

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

 a { background-color: rgb(162,128,80); }

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

border-color css

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

 span { border-color: rgb(162,128,80); }

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