Html Css Color HEX #A28052 Muesli

📋 copy color: '#A28052'

red 162 ◦ green 128 ◦ blue 82

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

Shades of Muesli #A28052

Tints of Muesli #A28052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 43.55%
G = 34.41%
B = 22.04%

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

#A28052 (or 0xA28052) is known color: Muesli. HEX triplet: A2, 80 and 52. RGB value is (162,128,82). Sum of RGB (Red+Green+Blue) = 162+128+82=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28052 is #5D7FAD. Grayscale: #858585. Windows color (decimal): -6127534 or 5406882. OLE color: 5406882.

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

Color convert

RGB 162 128 82 -
CMYK 0 0.21 0.49 0.36
HSL 34.5º 0.33% 0.48% -
HSV(B) 34.5º 0.49% 0.64% -
XYZ 24.14 23.73 11.29 -
YUV 132.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 162 128 82 0 0.21 0.49 0.36 34.5 0.33 0.48
Hex A2 80 52 0 15 31 24 22 21 30
Octal 242 200 122 0 25 61 44 42 41 60
Binary 10100010 10000000 1010010 0 10101 110001 100100 100010 100001 110000

Color Harmonies of #A28052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28052

Black with #A28052

Text Example


Text Example

White with #A28052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28052; }

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

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

background-color css

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

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

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

border-color css

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

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

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