Html Css Color HEX #A28250 Muesli

📋 copy color: '#A28250'

red 162 ◦ green 130 ◦ blue 80

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

Shades of Muesli #A28250

Tints of Muesli #A28250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

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

R = 43.55%
G = 34.95%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28250 (or 0xA28250) is known color: Muesli. HEX triplet: A2, 82 and 50. RGB value is (162,130,80). Sum of RGB (Red+Green+Blue) = 162+130+80=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28250 is #5D7DAF. Grayscale: #868686. Windows color (decimal): -6127024 or 5276322. OLE color: 5276322.

HSL color Cylindrical-coordinate representation of color #A28250: hue angle of 36.59º 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 #A28250 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 80 -
CMYK 0 0.20 0.51 0.36
HSL 36.59º 0.34% 0.47% -
HSV(B) 36.59º 0.51% 0.64% -
XYZ 24.33 24.23 10.98 -
YUV 133.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 162 130 80 0 0.20 0.51 0.36 36.59 0.34 0.47
Hex A2 82 50 0 14 33 24 25 22 2F
Octal 242 202 120 0 24 63 44 45 42 57
Binary 10100010 10000010 1010000 0 10100 110011 100100 100101 100010 101111

Color Harmonies of #A28250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28250

Black with #A28250

Text Example


Text Example

White with #A28250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28250; }

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

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

background-color css

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

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

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

border-color css

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

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

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