Html Css Color HEX #A28253 Muesli

📋 copy color: '#A28253'

red 162 ◦ green 130 ◦ blue 83

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

Shades of Muesli #A28253

Tints of Muesli #A28253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 43.2%
G = 34.67%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A28253 (or 0xA28253) is known color: Muesli. HEX triplet: A2, 82 and 53. RGB value is (162,130,83). Sum of RGB (Red+Green+Blue) = 162+130+83=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28253 is #5D7DAC. Grayscale: #868686. Windows color (decimal): -6127021 or 5472930. OLE color: 5472930.

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

Color convert

RGB 162 130 83 -
CMYK 0 0.20 0.49 0.36
HSL 35.7º 0.32% 0.48% -
HSV(B) 35.7º 0.49% 0.64% -
XYZ 24.44 24.27 11.58 -
YUV 134.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 162 130 83 0 0.20 0.49 0.36 35.7 0.32 0.48
Hex A2 82 53 0 14 31 24 24 20 30
Octal 242 202 123 0 24 61 44 44 40 60
Binary 10100010 10000010 1010011 0 10100 110001 100100 100100 100000 110000

Color Harmonies of #A28253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28253

Black with #A28253

Text Example


Text Example

White with #A28253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28253; }

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

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

background-color css

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

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

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

border-color css

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

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

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