Html Css Color HEX #A48052 Muesli

📋 copy color: '#A48052'

red 164 ◦ green 128 ◦ blue 82

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

Shades of Muesli #A48052

Tints of Muesli #A48052

RGB

 RED value IS 164 (64.45% from 255) = 43.85%

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

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

R = 43.85%
G = 34.22%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A48052 (or 0xA48052) is known color: Muesli. HEX triplet: A4, 80 and 52. RGB value is (164,128,82). Sum of RGB (Red+Green+Blue) = 164+128+82=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A48052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48052 is #5B7FAD. Grayscale: #858585. Windows color (decimal): -5996462 or 5406884. OLE color: 5406884.

HSL color Cylindrical-coordinate representation of color #A48052: hue angle of 33.66º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A48052 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 82 -
CMYK 0 0.22 0.5 0.36
HSL 33.66º 0.33% 0.48% -
HSV(B) 33.66º 0.5% 0.64% -
XYZ 24.55 23.94 11.31 -
YUV 133.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 164 128 82 0 0.22 0.5 0.36 33.66 0.33 0.48
Hex A4 80 52 0 16 32 24 22 21 30
Octal 244 200 122 0 26 62 44 42 41 60
Binary 10100100 10000000 1010010 0 10110 110010 100100 100010 100001 110000

Color Harmonies of #A48052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48052

Black with #A48052

Text Example


Text Example

White with #A48052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48052; }

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

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

background-color css

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

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

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

border-color css

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

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

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