Html Css Color HEX #A07C43 Muesli

📋 copy color: '#A07C43'

red 160 ◦ green 124 ◦ blue 67

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

Shades of Muesli #A07C43

Tints of Muesli #A07C43

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 45.58%
G = 35.33%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07C43 (or 0xA07C43) is known color: Muesli. HEX triplet: A0, 7C and 43. RGB value is (160,124,67). Sum of RGB (Red+Green+Blue) = 160+124+67=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C43 is #5F83BC. Grayscale: #808080. Windows color (decimal): -6259645 or 4422816. OLE color: 4422816.

HSL color Cylindrical-coordinate representation of color #A07C43: hue angle of 36.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A07C43 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 67 -
CMYK 0 0.22 0.58 0.37
HSL 36.77º 0.41% 0.45% -
HSV(B) 36.77º 0.58% 0.63% -
XYZ 22.72 22.29 8.42 -
YUV 128.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 160 124 67 0 0.22 0.58 0.37 36.77 0.41 0.45
Hex A0 7C 43 0 16 3A 25 25 29 2D
Octal 240 174 103 0 26 72 45 45 51 55
Binary 10100000 1111100 1000011 0 10110 111010 100101 100101 101001 101101

Color Harmonies of #A07C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C43

Black with #A07C43

Text Example


Text Example

White with #A07C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C43; }

 p { color: rgb(160,124,67); }

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

background-color css

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

 a { background-color: rgb(160,124,67); }

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

border-color css

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

 span { border-color: rgb(160,124,67); }

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