Html Css Color HEX #A07943 Muesli

📋 copy color: '#A07943'

red 160 ◦ green 121 ◦ blue 67

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

Shades of Muesli #A07943

Tints of Muesli #A07943

RGB

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

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

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

R = 45.98%
G = 34.77%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07943 (or 0xA07943) is known color: Muesli. HEX triplet: A0, 79 and 43. RGB value is (160,121,67). Sum of RGB (Red+Green+Blue) = 160+121+67=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A07943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07943 is #5F86BC. Grayscale: #7E7E7E. Windows color (decimal): -6260413 or 4422048. OLE color: 4422048.

HSL color Cylindrical-coordinate representation of color #A07943: hue angle of 34.84º 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 #A07943 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 67 -
CMYK 0 0.24 0.58 0.37
HSL 34.84º 0.41% 0.45% -
HSV(B) 34.84º 0.58% 0.63% -
XYZ 22.35 21.55 8.29 -
YUV 126.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 160 121 67 0 0.24 0.58 0.37 34.84 0.41 0.45
Hex A0 79 43 0 18 3A 25 23 29 2D
Octal 240 171 103 0 30 72 45 43 51 55
Binary 10100000 1111001 1000011 0 11000 111010 100101 100011 101001 101101

Color Harmonies of #A07943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07943

Black with #A07943

Text Example


Text Example

White with #A07943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07943; }

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

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

background-color css

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

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

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

border-color css

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

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

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