Html Css Color HEX #A28053 Muesli

📋 copy color: '#A28053'

red 162 ◦ green 128 ◦ blue 83

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

Shades of Muesli #A28053

Tints of Muesli #A28053

RGB

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

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

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

R = 43.43%
G = 34.32%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A28053 (or 0xA28053) is known color: Muesli. HEX triplet: A2, 80 and 53. RGB value is (162,128,83). Sum of RGB (Red+Green+Blue) = 162+128+83=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A28053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28053 is #5D7FAC. Grayscale: #858585. Windows color (decimal): -6127533 or 5472418. OLE color: 5472418.

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

Color convert

RGB 162 128 83 -
CMYK 0 0.21 0.49 0.36
HSL 34.18º 0.32% 0.48% -
HSV(B) 34.18º 0.49% 0.64% -
XYZ 24.18 23.74 11.49 -
YUV 133.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 162 128 83 0 0.21 0.49 0.36 34.18 0.32 0.48
Hex A2 80 53 0 15 31 24 22 20 30
Octal 242 200 123 0 25 61 44 42 40 60
Binary 10100010 10000000 1010011 0 10101 110001 100100 100010 100000 110000

Color Harmonies of #A28053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28053

Black with #A28053

Text Example


Text Example

White with #A28053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28053; }

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

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

background-color css

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

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

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

border-color css

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

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

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