Html Css Color HEX #A07952 Muesli

📋 copy color: '#A07952'

red 160 ◦ green 121 ◦ blue 82

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

Shades of Muesli #A07952

Tints of Muesli #A07952

RGB

 RED value IS 160 (62.89% from 255) = 44.08%

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 44.08%
G = 33.33%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07952 (or 0xA07952) is known color: Muesli. HEX triplet: A0, 79 and 52. RGB value is (160,121,82). Sum of RGB (Red+Green+Blue) = 160+121+82=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07952 is #5F86AD. Grayscale: #808080. Windows color (decimal): -6260398 or 5405088. OLE color: 5405088.

HSL color Cylindrical-coordinate representation of color #A07952: hue angle of 30º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07952 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 82 -
CMYK 0 0.24 0.49 0.37
HSL 30º 0.32% 0.47% -
HSV(B) 30º 0.49% 0.63% -
XYZ 22.86 21.76 10.98 -
YUV 128.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 160 121 82 0 0.24 0.49 0.37 30 0.32 0.47
Hex A0 79 52 0 18 31 25 1E 20 2F
Octal 240 171 122 0 30 61 45 36 40 57
Binary 10100000 1111001 1010010 0 11000 110001 100101 11110 100000 101111

Color Harmonies of #A07952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07952

Black with #A07952

Text Example


Text Example

White with #A07952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07952; }

 p { color: rgb(160,121,82); }

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

background-color css

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

 a { background-color: rgb(160,121,82); }

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

border-color css

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

 span { border-color: rgb(160,121,82); }

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