Html Css Color HEX #A07A4A Muesli

📋 copy color: '#A07A4A'

red 160 ◦ green 122 ◦ blue 74

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

Shades of Muesli #A07A4A

Tints of Muesli #A07A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 44.94%
G = 34.27%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07A4A (or 0xA07A4A) is known color: Muesli. HEX triplet: A0, 7A and 4A. RGB value is (160,122,74). Sum of RGB (Red+Green+Blue) = 160+122+74=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A4A is #5F85B5. Grayscale: #808080. Windows color (decimal): -6260150 or 4881056. OLE color: 4881056.

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

Color convert

RGB 160 122 74 -
CMYK 0 0.24 0.54 0.37
HSL 33.49º 0.37% 0.46% -
HSV(B) 33.49º 0.54% 0.63% -
XYZ 22.69 21.89 9.51 -
YUV 127.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 160 122 74 0 0.24 0.54 0.37 33.49 0.37 0.46
Hex A0 7A 4A 0 18 36 25 21 25 2E
Octal 240 172 112 0 30 66 45 41 45 56
Binary 10100000 1111010 1001010 0 11000 110110 100101 100001 100101 101110

Color Harmonies of #A07A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A4A

Black with #A07A4A

Text Example


Text Example

White with #A07A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A4A; }

 p { color: rgb(160,122,74); }

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

background-color css

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

 a { background-color: rgb(160,122,74); }

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

border-color css

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

 span { border-color: rgb(160,122,74); }

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